Uses of Enum
javax.json.JsonValue.ValueType
Packages that use JsonValue.ValueType
-
Uses of JsonValue.ValueType in javax.json
Methods in javax.json that return JsonValue.ValueTypeModifier and TypeMethodDescriptionJsonValue.getValueType()
Returns the value type of this JSON value.static JsonValue.ValueType
Returns 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. -
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()