| Interface | Description | |
|---|---|---|
| NamingStrategy | Responsible for transforming property names to XML notation. | |
| XmlObjectMapper | The core interface of the XML-to-Object mapping framework. |
| 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. |