Class MxReadParams


  • public class MxReadParams
    extends java.lang.Object
    Simple DTO to encapsulate parameters in the different XML-to-model parser implementation methods in the API
    Since:
    9.2.6
    • Field Summary

      Fields 
      Modifier and Type Field Description
      TypeAdaptersConfiguration adapters
      Specific adapters for date time, date, time
      jakarta.xml.bind.JAXBContext context
      Optional instance to pass to the read method, if null, a new instance will be created when needed
      boolean verbose
      When true; errors during parsing, such as a ClassNotFoundException, will generate a log error, while when set to false those errors will generate finer log entries.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • verbose

        public boolean verbose
        When true; errors during parsing, such as a ClassNotFoundException, will generate a log error, while when set to false those errors will generate finer log entries.
        Since:
        9.2.8
      • context

        public jakarta.xml.bind.JAXBContext context
        Optional instance to pass to the read method, if null, a new instance will be created when needed
        Since:
        9.3.5
    • Constructor Detail

      • MxReadParams

        public MxReadParams()