| Interface | Description |
|---|---|
| IJsonLikeParser |
An extension to the parser interface that is implemented by parsers that understand a generalized form of
JSON data.
|
| IParser |
A parser, which can be used to convert between HAPI FHIR model/structure objects, and their respective String wire
formats, in either XML or JSON.
|
| IParserErrorHandler |
Error handler
|
| IParserErrorHandler.IParseLocation |
For now this is an empty interface.
|
| Class | Description |
|---|---|
| BaseParser | |
| ErrorHandlerAdapter |
Adapter implementation with NOP implementations of all
IParserErrorHandler methods. |
| JsonParser |
This class is the FHIR JSON parser/encoder.
|
| LenientErrorHandler |
The default error handler, which logs issues but does not abort parsing, with only one exception:
|
| StrictErrorHandler |
Parser error handler which throws a
DataFormatException any time an
issue is found while parsing. |
| XmlParser |
This class is the FHIR XML parser/encoder.
|
| Exception | Description |
|---|---|
| DataFormatException |
Copyright © 2014–2017 University Health Network. All rights reserved.