Uses of Class
org.linuxforhealth.fhir.model.format.Format
-
Packages that use Format Package Description org.linuxforhealth.fhir.model.config org.linuxforhealth.fhir.model.format org.linuxforhealth.fhir.model.generator org.linuxforhealth.fhir.model.parser -
-
Uses of Format in org.linuxforhealth.fhir.model.config
Methods in org.linuxforhealth.fhir.model.config that return Format Modifier and Type Method Description static Format
FHIRModelConfig. getToStringFormat()
Methods in org.linuxforhealth.fhir.model.config with parameters of type Format Modifier and Type Method Description static void
FHIRModelConfig. setToStringFormat(Format format)
-
Uses of Format in org.linuxforhealth.fhir.model.format
Methods in org.linuxforhealth.fhir.model.format that return Format Modifier and Type Method Description static Format
Format. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Format[]
Format. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Format in org.linuxforhealth.fhir.model.generator
Methods in org.linuxforhealth.fhir.model.generator with parameters of type Format 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. -
Uses of Format in org.linuxforhealth.fhir.model.parser
Methods in org.linuxforhealth.fhir.model.parser with parameters of type Format Modifier and Type Method Description static FHIRParser
FHIRParser. parser(Format format)
Create a FHIRParser for the given format.
-