Uses of Class
net.royalur.notation.JsonNotation
Packages that use JsonNotation
-
Uses of JsonNotation in net.royalur.lut
Methods in net.royalur.lut with parameters of type JsonNotationModifier and TypeMethodDescriptionstatic LutMetadataLutMetadata.decode(JsonNotation notation, String encoded) LutMetadata.encode(JsonNotation notation) static LutLut.read(JsonNotation jsonNotation, Function<GameSettings, GameStateEncoding> encodingGenerator, File file) static LutLut.read(JsonNotation jsonNotation, Function<GameSettings, GameStateEncoding> encodingGenerator, FileChannel channel) static LutLut.read(JsonNotation jsonNotation, Function<GameSettings, GameStateEncoding> encodingGenerator, DataSource source) static LutMetadataLutMetadata.read(JsonNotation notation, com.fasterxml.jackson.databind.node.ObjectNode json) voidLut.write(ValueType outputValueType, JsonNotation notation, File file) voidLut.write(ValueType outputValueType, JsonNotation notation, FileChannel channel) voidLut.write(ValueType outputValueType, JsonNotation notation, DataSink output) voidLutMetadata.write(JsonNotation notation, com.fasterxml.jackson.core.JsonGenerator generator) Constructors in net.royalur.lut with parameters of type JsonNotationModifierConstructorDescriptionLutTrainer(GameSettings settings, GameStateEncoding encoding, ValueType trainingValueType, JsonNotation jsonNotation)