Uses of Class
ca.uhn.fhir.parser.json.JsonLikeValue
-
Packages that use JsonLikeValue Package Description ca.uhn.fhir.parser.json -
-
Uses of JsonLikeValue in ca.uhn.fhir.parser.json
Subclasses of JsonLikeValue in ca.uhn.fhir.parser.json Modifier and Type Class Description classJsonLikeArrayclassJsonLikeObjectFields in ca.uhn.fhir.parser.json declared as JsonLikeValue Modifier and Type Field Description static JsonLikeValueJsonLikeValue. FALSEstatic JsonLikeValueJsonLikeValue. NULLstatic JsonLikeValueJsonLikeValue. TRUEMethods in ca.uhn.fhir.parser.json that return JsonLikeValue Modifier and Type Method Description abstract JsonLikeValueJsonLikeArray. get(int index)abstract JsonLikeValueJsonLikeObject. get(String key)Methods in ca.uhn.fhir.parser.json with parameters of type JsonLikeValue Modifier and Type Method Description static JsonLikeArrayJsonLikeValue. asArray(JsonLikeValue element)static booleanJsonLikeValue. asBoolean(JsonLikeValue element)static JsonLikeObjectJsonLikeValue. asObject(JsonLikeValue element)static StringJsonLikeValue. asString(JsonLikeValue element)
-