Uses of Enum Class
ch.nolix.baseapi.document.json.JsonValueType
Packages that use JsonValueType
-
Uses of JsonValueType in ch.nolix.base.document.json
Methods in ch.nolix.base.document.json that return JsonValueType -
Uses of JsonValueType in ch.nolix.baseapi.document.json
Subclasses with type arguments of type JsonValueType in ch.nolix.baseapi.document.jsonMethods in ch.nolix.baseapi.document.json that return JsonValueTypeModifier and TypeMethodDescriptionJsonValue.getType()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.