Uses of Class
org.hl7.fhir.utilities.json.model.JsonElementType
-
Packages that use JsonElementType Package Description org.hl7.fhir.utilities.json.model -
-
Uses of JsonElementType in org.hl7.fhir.utilities.json.model
Methods in org.hl7.fhir.utilities.json.model that return JsonElementType Modifier and Type Method Description JsonElementTypeJsonArray. type()JsonElementTypeJsonBoolean. type()abstract JsonElementTypeJsonElement. type()JsonElementTypeJsonNull. type()JsonElementTypeJsonNumber. type()JsonElementTypeJsonObject. type()JsonElementTypeJsonString. type()static JsonElementTypeJsonElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonElementType[]JsonElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-