Uses of Interface
javax.json.JsonObject
Packages that use JsonObject
Package
Description
Provides an object model API to process JSON.
Provides a streaming API to parse and generate
JSON.
-
Uses of JsonObject in javax.json
Methods in javax.json that return JsonObjectModifier and TypeMethodDescriptionJsonObjectBuilder.build()
Returns the JSON object associated with this object builder.JsonArray.getJsonObject
(int index) Returns the object value at the specified position in this array.JsonObject.getJsonObject
(String name) Returns the object value to which the specified name is mapped.JsonReader.readObject()
Returns a JSON object that is represented in the input source.Methods in javax.json with parameters of type JsonObjectModifier and TypeMethodDescriptionvoid
JsonWriter.writeObject
(JsonObject object) Writes the specified JSONobject
to the output source. -
Uses of JsonObject in javax.json.stream
Methods in javax.json.stream with parameters of type JsonObjectModifier and TypeMethodDescriptionJsonParserFactory.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 JsonObjectMethods in org.glassfish.json that return JsonObjectModifier and TypeMethodDescriptionJsonObjectBuilderImpl.build()
JsonArrayBuilderImpl.JsonArrayImpl.getJsonObject
(int index) JsonObjectBuilderImpl.JsonObjectImpl.getJsonObject
(String name) JsonReaderImpl.readObject()
private JsonObject
JsonReaderImpl.readObject
(JsonObjectBuilder builder) Methods in org.glassfish.json with parameters of type JsonObjectModifier and TypeMethodDescriptionJsonParserFactoryImpl.createParser
(JsonObject object) void
JsonWriterImpl.writeObject
(JsonObject object) Constructors in org.glassfish.json with parameters of type JsonObjectModifierConstructorDescription(package private)
JsonStructureParser
(JsonObject object) (package private)
ObjectScope
(JsonObject object)