Uses of Interface
org.hl7.fhir.r4.formats.JsonCreator
-
Packages that use JsonCreator Package Description org.hl7.fhir.r4.elementmodel org.hl7.fhir.r4.formats -
-
Uses of JsonCreator in org.hl7.fhir.r4.elementmodel
Methods in org.hl7.fhir.r4.elementmodel with parameters of type JsonCreator Modifier and Type Method Description voidJsonParser. compose(Element e, JsonCreator json) -
Uses of JsonCreator in org.hl7.fhir.r4.formats
Classes in org.hl7.fhir.r4.formats that implement JsonCreator Modifier and Type Class Description classJsonCreatorCanonicalclassJsonCreatorDirectA little implementation of a json write to replace Gson ....classJsonCreatorGsonFields in org.hl7.fhir.r4.formats declared as JsonCreator Modifier and Type Field Description protected JsonCreatorJsonParserBase. jsonMethods in org.hl7.fhir.r4.formats with parameters of type JsonCreator Modifier and Type Method Description voidJsonParserBase. compose(JsonCreator writer, Resource resource)Compose a resource using a pre-existing JsonWriter
-