Package ca.uhn.fhir.parser
package ca.uhn.fhir.parser
-
Interface SummaryInterfaceDescriptionAn extension to the parser interface that is implemented by parsers that understand a generalized form of JSON data.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.Error handlerFor now this is an empty interface.
-
Class SummaryClassDescriptionAdapter implementation with NOP implementations of all
IParserErrorHandlermethods.This class is the FHIR JSON parser/encoder.The default error handler, which logs issues but does not abort parsing, with only one exception:This class is the FHIR RDF parser/encoder.Parser error handler which throws aDataFormatExceptionany time an issue is found while parsing.This class is the FHIR XML parser/encoder. -
Exception Summary