Uses of Interface
javax.json.JsonArray
-
Packages that use JsonArray 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 JsonArray in javax.json
Methods in javax.json that return JsonArray Modifier and Type Method Description JsonArrayJsonArrayBuilder. build()Returns the current array.JsonArrayJsonArray. getJsonArray(int index)Returns the array value at the specified position in this array.JsonArrayJsonObject. getJsonArray(java.lang.String name)Returns the array value to which the specified name is mapped.JsonArrayJsonReader. readArray()Returns a JSON array that is represented in the input source.Methods in javax.json with parameters of type JsonArray Modifier and Type Method Description voidJsonWriter. writeArray(JsonArray array)Writes the specified JSONarrayto the output source. -
Uses of JsonArray in javax.json.stream
Methods in javax.json.stream with parameters of type JsonArray Modifier and Type Method Description JsonParserJsonParserFactory. 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 JsonArray Modifier and Type Class Description private static classJsonArrayBuilderImpl.JsonArrayImplMethods in org.glassfish.json that return JsonArray Modifier and Type Method Description JsonArrayJsonArrayBuilderImpl. build()JsonArrayJsonArrayBuilderImpl.JsonArrayImpl. getJsonArray(int index)JsonArrayJsonObjectBuilderImpl.JsonObjectImpl. getJsonArray(java.lang.String name)JsonArrayJsonReaderImpl. readArray()private JsonArrayJsonReaderImpl. readArray(JsonArrayBuilder builder)Methods in org.glassfish.json with parameters of type JsonArray Modifier and Type Method Description JsonParserJsonParserFactoryImpl. createParser(JsonArray array)voidJsonWriterImpl. writeArray(JsonArray array)Constructors in org.glassfish.json with parameters of type JsonArray Constructor Description ArrayScope(JsonArray array)JsonStructureParser(JsonArray array)
-