Core interfaces and classes of the XML-to-Object Mapper
Interfaces
| | Interface | Description |
| | NamingStrategy |
Responsible for transforming property names to XML notation. |
| | XmlObjectMapper |
The core interface of the XML-to-Object mapping framework. |
Classes
| | Class | Description |
| | DefaultNamingStrategy |
Default implementation of the NamingStrategy interface, transforming camel-case property names
to XML names with dashes. |
| | MappingError |
Error thrown when an XML-to-Object mapping operation failed. |
| | XmlProcessorContext |
The context for a recursive XML processing operation. |
| | XmlValidationError |
Error thrown when validating a mapped XML element failed. |