| Package | Description |
|---|---|
| org.hl7.fhir.r4.context | |
| org.hl7.fhir.r4.formats |
| Modifier and Type | Method and Description |
|---|---|
IParser |
SimpleWorkerContext.getParser(ParserType type) |
IParser |
IWorkerContext.getParser(ParserType type)
Get a parser to read/write instances.
|
| Modifier and Type | Method and Description |
|---|---|
ParserType |
RdfParserBase.getType() |
ParserType |
JsonParserBase.getType() |
ParserType |
XmlParserBase.getType() |
ParserType |
IParser.getType()
check what kind of parser this is
|
static ParserType |
ParserType.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.
|
Copyright © 2014–2021 Health Level 7. All rights reserved.