Uses of Enum Class
jakarta.json.JsonValue.ValueType
Packages that use JsonValue.ValueType
-
Uses of JsonValue.ValueType in jakarta.json
Fields in jakarta.json declared as JsonValue.ValueTypeModifier and TypeFieldDescriptionprivate final JsonValue.ValueType
JsonValueImpl.valueType
Type of this JsonValue.Methods in jakarta.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.ValueType
Returns the enum constant of this class with the specified name.static JsonValue.ValueType[]
JsonValue.ValueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in jakarta.json with parameters of type JsonValue.ValueTypeModifierConstructorDescription(package private)
JsonValueImpl
(JsonValue.ValueType valueType) Default constructor.