Uses of Class
org.hl7.fhir.r4.formats.ParserType
-
Packages that use ParserType Package Description org.hl7.fhir.r4.context org.hl7.fhir.r4.formats -
-
Uses of ParserType in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context with parameters of type ParserType Modifier and Type Method Description IParserIWorkerContext. getParser(ParserType type)Get a parser to read/write instances.IParserSimpleWorkerContext. getParser(ParserType type) -
Uses of ParserType in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ParserType Modifier and Type Method Description ParserTypeIParser. getType()check what kind of parser this isParserTypeJsonParserBase. getType()ParserTypeRdfParserBase. getType()ParserTypeXmlParserBase. getType()static ParserTypeParserType. valueOf(String name)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.
-