Uses of Interface
javax.json.JsonArray
Packages that use JsonArray
Package
Description
Provides an object model API to process JSON.
Provides a streaming API to parse and generate
JSON.
-
Uses of JsonArray in javax.json
Methods in javax.json that return JsonArrayModifier and TypeMethodDescriptionJsonArrayBuilder.build()
Returns the current array.JsonArray.getJsonArray
(int index) Returns the array value at the specified position in this array.JsonObject.getJsonArray
(String name) Returns the array value to which the specified name is mapped.JsonReader.readArray()
Returns a JSON array that is represented in the input source.Methods in javax.json with parameters of type JsonArrayModifier and TypeMethodDescriptionvoid
JsonWriter.writeArray
(JsonArray array) Writes the specified JSONarray
to the output source. -
Uses of JsonArray in javax.json.stream
Methods in javax.json.stream with parameters of type JsonArrayModifier and TypeMethodDescriptionJsonParserFactory.createParser
(JsonArray array) Creates a JSON parser from the specified JSON array. -
Uses of JsonArray in org.glassfish.json
Classes in org.glassfish.json that implement JsonArrayMethods in org.glassfish.json that return JsonArrayModifier and TypeMethodDescriptionJsonArrayBuilderImpl.build()
JsonArrayBuilderImpl.JsonArrayImpl.getJsonArray
(int index) JsonObjectBuilderImpl.JsonObjectImpl.getJsonArray
(String name) JsonReaderImpl.readArray()
private JsonArray
JsonReaderImpl.readArray
(JsonArrayBuilder builder) Methods in org.glassfish.json with parameters of type JsonArrayModifier and TypeMethodDescriptionJsonParserFactoryImpl.createParser
(JsonArray array) void
JsonWriterImpl.writeArray
(JsonArray array) Constructors in org.glassfish.json with parameters of type JsonArrayModifierConstructorDescription(package private)
ArrayScope
(JsonArray array) (package private)
JsonStructureParser
(JsonArray array)