Uses of Interface
de.haumacher.msgbuf.graph.Scope
Packages that use Scope
-
Uses of Scope in de.haumacher.msgbuf.graph
Subinterfaces of Scope in de.haumacher.msgbuf.graphModifier and TypeInterfaceDescriptioninterfaceScopeimplementation that can be mixed in to another class.Classes in de.haumacher.msgbuf.graph that implement ScopeMethods in de.haumacher.msgbuf.graph with parameters of type ScopeModifier and TypeMethodDescriptionAbstractSharedGraphNode.readElement(Scope scope, JsonReader in, String field) SharedGraphNode.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.final voidAbstractSharedGraphNode.readFields(Scope scope, JsonReader in) voidSharedGraphNode.readFields(Scope scope, JsonReader in) Reads all fields of this instance from the given input.final voidAbstractSharedGraphNode.writeData(Scope scope, JsonWriter out, int id) voidSharedGraphNode.writeData(Scope scope, JsonWriter out, int id) Writes the complete data of this node including type and ID to the given writer.voidAbstractSharedGraphNode.writeElement(Scope scope, JsonWriter out, String field, Object element) voidSharedGraphNode.writeElement(Scope scope, JsonWriter out, String field, Object element) Writes the given element value that is compatible with the repeated field with the given name to the given output.protected voidAbstractSharedGraphNode.writeFields(Scope scope, JsonWriter out) Writes all fields of this instance to the given output.voidAbstractSharedGraphNode.writeFieldValue(Scope scope, JsonWriter out, String field) voidSharedGraphNode.writeFieldValue(Scope scope, JsonWriter out, String field) Writes a single value that is currently assigned to the field with the given name to the given writer.final voidAbstractSharedGraphNode.writeTo(Scope scope, JsonWriter out) voidSharedGraphNode.writeTo(Scope scope, JsonWriter out) Writes this node to the given writer.