Uses of Interface
javax.json.JsonObject
-
Packages that use JsonObject Package Description javax.json Provides an object model API to process JSON.javax.json.stream Provides a streaming API to parse and generate JSON.org.glassfish.json -
-
Uses of JsonObject in javax.json
Methods in javax.json that return JsonObject Modifier and Type Method Description JsonObjectJsonObjectBuilder. build()Returns the JSON object associated with this object builder.JsonObjectJsonArray. getJsonObject(int index)Returns the object value at the specified position in this array.JsonObjectJsonObject. getJsonObject(java.lang.String name)Returns the object value to which the specified name is mapped.JsonObjectJsonReader. readObject()Returns a JSON object that is represented in the input source.Methods in javax.json with parameters of type JsonObject Modifier and Type Method Description voidJsonWriter. writeObject(JsonObject object)Writes the specified JSONobjectto the output source. -
Uses of JsonObject in javax.json.stream
Methods in javax.json.stream with parameters of type JsonObject Modifier and Type Method Description JsonParserJsonParserFactory. createParser(JsonObject obj)Creates a JSON parser from the specified JSON object. -
Uses of JsonObject in org.glassfish.json
Classes in org.glassfish.json that implement JsonObject Modifier and Type Class Description private static classJsonObjectBuilderImpl.JsonObjectImplMethods in org.glassfish.json that return JsonObject Modifier and Type Method Description JsonObjectJsonObjectBuilderImpl. build()JsonObjectJsonArrayBuilderImpl.JsonArrayImpl. getJsonObject(int index)JsonObjectJsonObjectBuilderImpl.JsonObjectImpl. getJsonObject(java.lang.String name)JsonObjectJsonReaderImpl. readObject()private JsonObjectJsonReaderImpl. readObject(JsonObjectBuilder builder)Methods in org.glassfish.json with parameters of type JsonObject Modifier and Type Method Description JsonParserJsonParserFactoryImpl. createParser(JsonObject object)voidJsonWriterImpl. writeObject(JsonObject object)Constructors in org.glassfish.json with parameters of type JsonObject Constructor Description JsonStructureParser(JsonObject object)ObjectScope(JsonObject object)
-