Uses of Class
de.haumacher.msgbuf.json.JsonReader
-
Packages that use JsonReader Package Description de.haumacher.msgbuf.data de.haumacher.msgbuf.graph de.haumacher.msgbuf.graph.cmd de.haumacher.msgbuf.json Copy of the package `com.google.gson.stream` from gson-2.8.2 library for JSON stream writing. -
-
Uses of JsonReader in de.haumacher.msgbuf.data
Methods in de.haumacher.msgbuf.data with parameters of type JsonReader Modifier and Type Method Description voidAbstractDataObject. readContent(JsonReader in)voidDataObject. readContent(JsonReader in)Reads a JSON object containing keys for all fields of this object.protected voidAbstractDataObject. readField(JsonReader in, String field)Reads the given field from the given input.protected voidAbstractDataObject. readFields(JsonReader in)Reads all fields of this instance from the given input. -
Uses of JsonReader in de.haumacher.msgbuf.graph
Methods in de.haumacher.msgbuf.graph with parameters of type JsonReader Modifier and Type Method Description voidDefaultScope. applyChanges(JsonReader json)Applies changes read from the givenJsonReader.voidDefaultScope. readData(SharedGraphNode node, int id, JsonReader in)voidScope. readData(SharedGraphNode node, int id, JsonReader in)Reads object data of the given node and assigns the given ID to this node.default voidScopeMixin. readData(SharedGraphNode node, int id, JsonReader in)ObjectAbstractSharedGraphNode. readElement(Scope scope, JsonReader in, String field)ObjectSharedGraphNode. readElement(Scope scope, JsonReader in, String field)Read an element of the repeated field with the given name.voidAbstractSharedGraphNode. readField(Scope scope, JsonReader in, String field)voidSharedGraphNode. readField(Scope scope, JsonReader in, String field)Reads the given field from the given input.voidAbstractSharedGraphNode. readFields(Scope scope, JsonReader in)voidSharedGraphNode. readFields(Scope scope, JsonReader in)Reads all fields of this instance from the given input. -
Uses of JsonReader in de.haumacher.msgbuf.graph.cmd
Methods in de.haumacher.msgbuf.graph.cmd with parameters of type JsonReader Modifier and Type Method Description static CommandCommand. readCommand(JsonReader in)Reads a new instance from the given reader.protected voidCommand. readField(JsonReader in, String field)protected voidInsertElement. readField(JsonReader in, String field)protected voidListUpdate. readField(JsonReader in, String field)static InsertElementInsertElement. readInsertElement(JsonReader in)Reads a new instance from the given reader.static ListUpdateListUpdate. readListUpdate(JsonReader in)Reads a new instance from the given reader.static RemoveElementRemoveElement. readRemoveElement(JsonReader in)Reads a new instance from the given reader.static SetPropertySetProperty. readSetProperty(JsonReader in)Reads a new instance from the given reader. -
Uses of JsonReader in de.haumacher.msgbuf.json
Methods in de.haumacher.msgbuf.json with parameters of type JsonReader Modifier and Type Method Description static byte[]JsonUtil. nextBinaryOptional(JsonReader in)Reads a byte array or anullvalue from the given reader.static StringJsonUtil. nextStringOptional(JsonReader in)Reads a string or anullvalue from the given reader.
-