Uses of Interface
com.ibm.fhir.model.generator.FHIRGenerator
-
Packages that use FHIRGenerator Package Description com.ibm.fhir.model.generator -
-
Uses of FHIRGenerator in com.ibm.fhir.model.generator
Classes in com.ibm.fhir.model.generator that implement FHIRGenerator Modifier and Type Class Description class
FHIRAbstractGenerator
class
FHIRJsonGenerator
class
FHIRXMLGenerator
Methods in com.ibm.fhir.model.generator with type parameters of type FHIRGenerator Modifier and Type Method Description <T extends FHIRGenerator>
TFHIRAbstractGenerator. as(Class<T> generatorClass)
<T extends FHIRGenerator>
TFHIRGenerator. as(Class<T> generatorClass)
Methods in com.ibm.fhir.model.generator that return FHIRGenerator Modifier and Type Method Description static FHIRGenerator
FHIRGenerator. generator(Format format)
Create a FHIRGenerator (without pretty-printing) for the given format.static FHIRGenerator
FHIRGenerator. generator(Format format, boolean prettyPrinting)
Create a FHIRGenerator for the given format.
-