Default XML-to-Object Mapper Implementation



Interfaces
 InterfaceDescription
 PropertyHandler Responsible for mapping a single property of a mapped class to an XML element, attribute or text node.
Classes
 ClassDescription
 AbstractXmlObjectMapper Base class for XmlObjectMapper implementations providing default implementations for the two property getter methods.
 Choice Choices represent several XML child elements that should be mapped to the same property of the mapped class.
 PropertyMapper Default implementation of the XmlObjectMapper interface that gets produced by the PropertyMapperBuilder.
 PropertyMapperBuilder Builder that creates PropertyMapper instances.