Interface | Description |
---|---|
XmlNodeDescriptor |
Descriptor for an xml node (e.
|
Class | Description |
---|---|
AttributeDescriptor |
Descriptor for an xml attribute.
|
AttributeMapping |
A mapping between an XML attribute node and a java object.
|
ElementDescriptor |
Descriptor for an xml element.
|
ElementMapping |
A mapping between an XML element node and a java object.
|
ElementMappingsBuilder |
Builder for creating a list of
ElementMapping s whereby the parameter
elementNameIsAmbiguous is determined automatically. |
TextContentDescriptor |
Descriptor for the content of a non-simple xml element without child elements.
|
TextContentMapping |
A mapping between an XML text node and a java object.
|
XmlComplexTypeMapping |
A mapping between a java object type and a XML complex data type.
|
XmlEntryPoint |
An entry point for XML serialization / deserialization.
|
XmlListTypeMapping |
A mapping between a java object type and a XML list data type.
|
XmlMapTypeMapping |
A mapping between a java map type and a XML map data type.
|
XmlNodeMapping<T extends XmlNodeDescriptor> |
A mapping between an XML node and a java object.
|
XmlSimpleTypeMapping |
A mapping between a java object type and a simple XML data type.
|
XmlTypeMappingRegistry |
A registry for xml type mappings with standard type mappings already registered.
|
XmlTypeMappingUtil |
Utility class providing methods used in different type mapping contexts.
|
Enum | Description |
---|---|
XmlNodeType |
Enum class declaring the different xml node types.
|
Copyright © 2014. All rights reserved.