Uses of Interface
javax.json.JsonString
-
Packages that use JsonString Package Description javax.json Provides an object model API to process JSON.javax.json.spi Service Provider Interface (SPI) to plug in implementations for JSON processing objects.org.glassfish.json -
-
Uses of JsonString in javax.json
Methods in javax.json that return JsonString Modifier and Type Method Description static JsonString
Json. createValue(java.lang.String value)
Creates a JsonString.JsonString
EmptyArray. getJsonString(int index)
JsonString
EmptyObject. getJsonString(java.lang.String name)
JsonString
JsonArray. getJsonString(int index)
Returns the string value at ths specified position in this array.JsonString
JsonObject. getJsonString(java.lang.String name)
Returns the string value to which the specified name is mapped. -
Uses of JsonString in javax.json.spi
Methods in javax.json.spi that return JsonString Modifier and Type Method Description JsonString
JsonProvider. createValue(java.lang.String value)
Creates a JsonString. -
Uses of JsonString in org.glassfish.json
Classes in org.glassfish.json that implement JsonString Modifier and Type Class Description (package private) class
JsonStringImpl
JsonString implMethods in org.glassfish.json that return JsonString Modifier and Type Method Description JsonString
JsonProviderImpl. createValue(java.lang.String value)
JsonString
JsonArrayBuilderImpl.JsonArrayImpl. getJsonString(int index)
JsonString
JsonObjectBuilderImpl.JsonObjectImpl. getJsonString(java.lang.String name)
-