Uses of Enum Class
jakarta.json.JsonValue.ValueType
Packages that use JsonValue.ValueType
-
Uses of JsonValue.ValueType in jakarta.json
Methods in jakarta.json that return JsonValue.ValueTypeModifier and TypeMethodDescriptionJsonValue.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.