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.jsonMethods in javax.json that return JsonValue.ValueTypeModifier and TypeMethodDescriptionJsonValue.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.