Uses of Enum
javax.json.JsonValue.ValueType
Packages that use JsonValue.ValueType
-
Uses of JsonValue.ValueType in javax.json
Subclasses with type arguments of type JsonValue.ValueType in javax.jsonFields in javax.json declared as JsonValue.ValueTypeMethods in javax.json that return JsonValue.ValueTypeModifier and TypeMethodDescriptionEmptyArray.getValueType()EmptyObject.getValueType()JsonValue.getValueType()Returns the value type of this JSON value.JsonValueImpl.getValueType()Returns the value type of this JSON value.static JsonValue.ValueTypeReturns the enum constant of this type with the specified name.static JsonValue.ValueType[]JsonValue.ValueType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in javax.json with parameters of type JsonValue.ValueType -
Uses of JsonValue.ValueType in org.glassfish.json
Methods in org.glassfish.json that return JsonValue.ValueTypeModifier and TypeMethodDescriptionJsonArrayBuilderImpl.JsonArrayImpl.getValueType()JsonNumberImpl.getValueType()JsonObjectBuilderImpl.JsonObjectImpl.getValueType()JsonStringImpl.getValueType()Methods in org.glassfish.json with parameters of type JsonValue.ValueTypeModifier and TypeMethodDescription(package private) static StringJsonMessages.PARSER_STATE_ERR(JsonValue.ValueType type) (package private) static StringJsonMessages.POINTER_REFERENCE_INVALID(JsonValue.ValueType type)