Uses of Enum
org.hl7.fhir.dstu3.formats.ParserType
Package
Description
-
Uses of ParserType in org.hl7.fhir.dstu3.context
Modifier and TypeMethodDescriptionIWorkerContext.getParser
(ParserType type) Get a parser to read/write instances.SimpleWorkerContext.getParser
(ParserType type) -
Uses of ParserType in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionIParser.getType()
check what kind of parser this isJsonParserBase.getType()
RdfParserBase.getType()
XmlParserBase.getType()
static ParserType
Returns the enum constant of this type with the specified name.static ParserType[]
ParserType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ParserType in org.hl7.fhir.dstu3.hapi.ctx