Uses of Enum
org.hl7.fhir.dstu2.formats.ParserType
Packages that use ParserType
-
Uses of ParserType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ParserTypeModifier and TypeMethodDescriptionIParser.getType()check what kind of parser this isJsonParserBase.getType()XmlParserBase.getType()static ParserTypeReturns 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.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils with parameters of type ParserTypeModifier and TypeMethodDescriptionIWorkerContext.getParser(ParserType type)Get a parser to read/write instances.SimpleWorkerContext.getParser(ParserType type)