Package | Description |
---|---|
org.jsefa.xml.mapping |
Modifier and Type | Class and Description |
---|---|
class |
AttributeMapping
A mapping between an XML attribute node and a java object.
|
class |
ElementMapping
A mapping between an XML element node and a java object.
|
class |
TextContentMapping
A mapping between an XML text node and a java object.
|
Modifier and Type | Method and Description |
---|---|
static <D extends XmlNodeDescriptor,M extends XmlNodeMapping<?>> |
XmlTypeMappingUtil.createNodeMappingsByNodeDescriptorMap(Collection<M> nodeMappings)
Creates a map of node mappings with node descriptors as keys.
|
Modifier and Type | Method and Description |
---|---|
protected Map<XmlNodeDescriptor,XmlNodeMapping<?>> |
XmlComplexTypeMapping.createNodeMappingsByNodeDescriptorMap(Collection<XmlNodeMapping<?>> nodeMappings)
Creates a map of node mappings by node descriptors.
|
Modifier and Type | Method and Description |
---|---|
protected Map<XmlNodeDescriptor,XmlNodeMapping<?>> |
XmlComplexTypeMapping.createNodeMappingsByNodeDescriptorMap(Collection<XmlNodeMapping<?>> nodeMappings)
Creates a map of node mappings by node descriptors.
|
Constructor and Description |
---|
XmlComplexTypeMapping(Class<?> objectType,
QName dataTypeName,
ObjectAccessor objectAccessor,
Collection<XmlNodeMapping<?>> nodeMappings,
Validator validator)
Constructs a new
XmlComplexTypeMapping . |
Copyright © 2014. All rights reserved.