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