Uses of Enum Class
io.helidon.json.JsonValueType
Packages that use JsonValueType
-
Uses of JsonValueType in io.helidon.json
Methods in io.helidon.json that return JsonValueTypeModifier and TypeMethodDescriptionJsonArray.type()JsonBoolean.type()JsonNull.type()JsonNumber.type()JsonObject.type()JsonString.type()abstract JsonValueTypeJsonValue.type()Return the type of this JSON value.static JsonValueTypeReturns the enum constant of this class with the specified name.static JsonValueType[]JsonValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.