Uses of Class
com.oracle.coherence.io.json.genson.stream.JsonType
-
Packages that use JsonType Package Description com.oracle.coherence.io.json.genson.stream This package provides the streaming api used to read and write to streams. -
-
Uses of JsonType in com.oracle.coherence.io.json.genson.stream
Methods in com.oracle.coherence.io.json.genson.stream that return JsonType Modifier and Type Method Description JsonTypeJsonReader. enclosingType()JsonTypeJsonWriter. enclosingType()JsonTypeObjectReader. enclosingType()JsonTypeObjectWriter. enclosingType()static JsonTypeJsonType. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonType[]JsonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.coherence.io.json.genson.stream with parameters of type JsonType Modifier and Type Method Description protected voidJsonReader. begin(int character, JsonType type)protected JsonWriterJsonWriter. begin(JsonType jsonType, char token)protected voidJsonReader. end(int character, JsonType type)
-