public class MxReadConfiguration
extends java.lang.Object
AbstractMX
and its specific
types subclasses.Modifier and Type | Field and Description |
---|---|
TypeAdaptersConfiguration |
adapters
Type adapters for the marshaller
|
javax.xml.bind.JAXBContext |
context
Optional instance to pass to the read method, if null, a new instance will be created when needed
|
Constructor and Description |
---|
MxReadConfiguration()
Creates a configuration with the default adapters
|
MxReadConfiguration(MxWriteConfiguration writeConf)
Propagates the adapters from write to read configuration
|
public TypeAdaptersConfiguration adapters
public javax.xml.bind.JAXBContext context
public MxReadConfiguration()
public MxReadConfiguration(MxWriteConfiguration writeConf)