Uses of Class
ca.uhn.fhir.parser.json.JsonLikeValue
Packages that use JsonLikeValue
-
Uses of JsonLikeValue in ca.uhn.fhir.parser.json
Subclasses of JsonLikeValue in ca.uhn.fhir.parser.jsonFields in ca.uhn.fhir.parser.json declared as JsonLikeValueModifier and TypeFieldDescriptionstatic JsonLikeValueJsonLikeValue.FALSEstatic JsonLikeValueJsonLikeValue.NULLstatic JsonLikeValueJsonLikeValue.TRUEMethods in ca.uhn.fhir.parser.json that return JsonLikeValueModifier and TypeMethodDescriptionabstract JsonLikeValueJsonLikeArray.get(int index)abstract JsonLikeValueMethods in ca.uhn.fhir.parser.json with parameters of type JsonLikeValueModifier and TypeMethodDescriptionstatic JsonLikeArrayJsonLikeValue.asArray(JsonLikeValue element)static booleanJsonLikeValue.asBoolean(JsonLikeValue element)static JsonLikeObjectJsonLikeValue.asObject(JsonLikeValue element)static StringJsonLikeValue.asString(JsonLikeValue element)