Package ca.uhn.fhir.parser
-
Interface Summary 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 handlerIParserErrorHandler.IParseLocation For now this is an empty interface. -
Class Summary Class Description BaseParser ErrorHandlerAdapter Adapter implementation with NOP implementations of allIParserErrorHandlermethods.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:RDFParser This class is the FHIR RDF parser/encoder.StrictErrorHandler Parser error handler which throws aDataFormatExceptionany time an issue is found while parsing.XmlParser This class is the FHIR XML parser/encoder. -
Exception Summary Exception Description DataFormatException