Uses of Interface
org.linuxforhealth.fhir.model.parser.FHIRParser
-
Packages that use FHIRParser Package Description org.linuxforhealth.fhir.model.parser org.linuxforhealth.fhir.operation.erase -
-
Uses of FHIRParser in org.linuxforhealth.fhir.model.parser
Classes in org.linuxforhealth.fhir.model.parser that implement FHIRParser Modifier and Type Class Description classFHIRAbstractParserclassFHIRJsonParserclassFHIRXMLParserMethods in org.linuxforhealth.fhir.model.parser with type parameters of type FHIRParser Modifier and Type Method Description <T extends FHIRParser>
TFHIRAbstractParser. as(java.lang.Class<T> parserClass)<T extends FHIRParser>
TFHIRParser. as(java.lang.Class<T> parserClass)Attempt to cast the FHIRParser to a specific subclassMethods in org.linuxforhealth.fhir.model.parser that return FHIRParser Modifier and Type Method Description static FHIRParserFHIRParser. parser(Format format)Create a FHIRParser for the given format. -
Uses of FHIRParser in org.linuxforhealth.fhir.operation.erase
Methods in org.linuxforhealth.fhir.operation.erase with parameters of type FHIRParser Modifier and Type Method Description OperationDefinitionEraseOperation. generateOperationDefinition(FHIRParser parser)Parser generates the OperationDefinition
-