T
- the type of the node descriptorpublic abstract class XmlNodeMapping<T extends XmlNodeDescriptor> extends NodeMapping<QName,T>
The data type name may be:
a) the name of the implicit parent node of the node this mapping is for - if this node is an element of an
implicit list
b) the name of the node this mapping is for - in all other cases
Modifier | Constructor and Description |
---|---|
protected |
XmlNodeMapping(QName dataTypeName,
T nodeDescriptor,
Class<?> objectType,
FieldDescriptor fieldDescriptor,
Validator validator)
Constructs a new
NodeMapping . |
getDataTypeName, getFieldDescriptor, getNodeDescriptor, getObjectType, getValidator, isIndirectMapping
protected XmlNodeMapping(QName dataTypeName, T nodeDescriptor, Class<?> objectType, FieldDescriptor fieldDescriptor, Validator validator)
NodeMapping
.dataTypeName
- the data type namenodeDescriptor
- the node descriptorobjectType
- the object typefieldDescriptor
- the field descriptorvalidator
- the validator; may be nullCopyright © 2014. All rights reserved.