Uses of Enum Class
jakarta.json.JsonValue.ValueType
Packages that use JsonValue.ValueType
-
Uses of JsonValue.ValueType in jakarta.json
Subclasses with type arguments of type JsonValue.ValueType in jakarta.jsonFields in jakarta.json declared as JsonValue.ValueTypeModifier and TypeFieldDescriptionprivate final JsonValue.ValueTypeJsonValueImpl.valueTypeType 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.ValueTypeReturns 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.