Uses of Interface
javax.json.JsonValue
Packages that use JsonValue
Package
Description
Provides an object model API to process JSON.
Provides a streaming API to parse and generate
JSON.
-
Uses of JsonValue in javax.json
Subinterfaces of JsonValue in javax.jsonModifier and TypeInterfaceDescriptioninterfaceJsonArrayrepresents an immutable JSON array (an ordered sequence of zero or more values).interfaceAn immutable JSON number value.interfaceJsonObjectclass represents an immutable JSON object value (an unordered collection of zero or more name/value pairs).interfaceAn immutable JSON string value.interfaceFields in javax.json declared as JsonValueModifier and TypeFieldDescriptionstatic final JsonValueJsonValue.FALSEJSON false valuestatic final JsonValueJsonValue.NULLJSON null value.static final JsonValueJsonValue.TRUEJSON true value.Methods in javax.json with type parameters of type JsonValueModifier and TypeMethodDescriptionJsonArray.getValuesAs(Class<T> clazz) Returns a list a view of the specified type for the array.Methods in javax.json with parameters of type JsonValueModifier and TypeMethodDescriptionAdds a value to the array.Adds a name/JsonValuepair to the JSON object associated with this object builder. -
Uses of JsonValue in javax.json.stream
Methods in javax.json.stream with parameters of type JsonValueModifier and TypeMethodDescriptionWrites a JSON name/value pair in the current object context.Writes the specified value as a JSON value within the current array context. -
Uses of JsonValue in org.glassfish.json
Classes in org.glassfish.json that implement JsonValueModifier and TypeClassDescriptionprivate static final class(package private) classJsonNumber impl.private static final classprivate static final classprivate static final classprivate static final class(package private) final classJsonString implFields in org.glassfish.json declared as JsonValueModifier and TypeFieldDescriptionprivate JsonValueJsonStructureParser.ArrayScope.valueprivate JsonValueJsonStructureParser.ObjectScope.valueFields in org.glassfish.json with type parameters of type JsonValueModifier and TypeFieldDescriptionJsonStructureParser.ArrayScope.itJsonStructureParser.ObjectScope.itJsonArrayBuilderImpl.JsonArrayImpl.valueListJsonArrayBuilderImpl.valueListJsonObjectBuilderImpl.JsonObjectImpl.valueMapJsonObjectBuilderImpl.valueMapMethods in org.glassfish.json with type parameters of type JsonValueMethods in org.glassfish.json that return JsonValueModifier and TypeMethodDescriptionJsonArrayBuilderImpl.JsonArrayImpl.get(int index) (package private) JsonValueJsonStructureParser.ArrayScope.getJsonValue()(package private) JsonValueJsonStructureParser.ObjectScope.getJsonValue()(package private) abstract JsonValueJsonStructureParser.Scope.getJsonValue()JsonStructureParser.ArrayScope.next()Methods in org.glassfish.json that return types with arguments of type JsonValueModifier and TypeMethodDescriptionJsonObjectBuilderImpl.JsonObjectImpl.entrySet()JsonStructureParser.ObjectScope.next()Methods in org.glassfish.json with parameters of type JsonValueModifier and TypeMethodDescriptionprivate voidJsonArrayBuilderImpl.addValueList(JsonValue value) (package private) static JsonStructureParser.ScopeJsonStructureParser.Scope.createScope(JsonValue value) private static JsonParser.Eventprivate voidJsonObjectBuilderImpl.putValueMap(String name, JsonValue value) Constructor parameters in org.glassfish.json with type arguments of type JsonValueModifierConstructorDescription(package private)JsonArrayImpl(List<JsonValue> valueList, BufferPool bufferPool) (package private)JsonObjectImpl(Map<String, JsonValue> valueMap, BufferPool bufferPool)