
Uses of Class
ca.uhn.fhir.parser.json.BaseJsonLikeValue
Packages that use BaseJsonLikeValue
-
Uses of BaseJsonLikeValue in ca.uhn.fhir.parser.json
Subclasses of BaseJsonLikeValue in ca.uhn.fhir.parser.jsonFields in ca.uhn.fhir.parser.json declared as BaseJsonLikeValueModifier and TypeFieldDescriptionstatic final BaseJsonLikeValueBaseJsonLikeValue.FALSEstatic final BaseJsonLikeValueBaseJsonLikeValue.NULLstatic final BaseJsonLikeValueBaseJsonLikeValue.TRUEMethods in ca.uhn.fhir.parser.json that return BaseJsonLikeValueModifier and TypeMethodDescriptionabstract BaseJsonLikeValueBaseJsonLikeArray.get(int index) abstract BaseJsonLikeValueMethods in ca.uhn.fhir.parser.json with parameters of type BaseJsonLikeValueModifier and TypeMethodDescriptionstatic BaseJsonLikeArrayBaseJsonLikeValue.asArray(BaseJsonLikeValue element) static booleanBaseJsonLikeValue.asBoolean(BaseJsonLikeValue element) static BaseJsonLikeObjectBaseJsonLikeValue.asObject(BaseJsonLikeValue element) static StringBaseJsonLikeValue.asString(BaseJsonLikeValue element)