Class TolerantJsonParser

All Implemented Interfaces:
IJsonLikeParser, IParser

public class TolerantJsonParser extends JsonParser
  • Constructor Details

    • TolerantJsonParser

      public TolerantJsonParser(ca.uhn.fhir.context.FhirContext theContext, IParserErrorHandler theParserErrorHandler, Long theResourcePid)
      Constructor
      Parameters:
      theResourcePid - The ID of the resource that will be parsed with this parser. It would be ok to change the datatype for this param if we ever need to since it's only used for logging.
  • Method Details