Class MxReadConfiguration


  • public class MxReadConfiguration
    extends java.lang.Object
    Options to customize the behaviour of the MX parser (XML into model) in the AbstractMX and its specific types subclasses.
    Since:
    9.2.6
    • Field Summary

      Fields 
      Modifier and Type Field Description
      TypeAdaptersConfiguration adapters
      Type adapters for the marshaller
      jakarta.xml.bind.JAXBContext context
      Optional instance to pass to the read method, if null, a new instance will be created when needed
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • 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

      • MxReadConfiguration

        public MxReadConfiguration()
        Creates a configuration with the default adapters
      • MxReadConfiguration

        public MxReadConfiguration​(MxWriteConfiguration writeConf)
        Propagates the adapters from write to read configuration