Package ca.uhn.fhir.parser
package ca.uhn.fhir.parser
-
ClassDescriptionAdapter implementation with NOP implementations of all
IParserErrorHandler
methods.An 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.This class is the FHIR JSON parser/encoder.The default error handler, which logs issues but does not abort parsing, with only two exceptions:This class is the FHIR NDJSON parser/encoder.This class is the FHIR RDF parser/encoder.Parser error handler which throws aDataFormatException
any time an issue is found while parsing.This class is the FHIR XML parser/encoder.