net.sf.jsefa.rbf.mapping
Class RbfComplexTypeMapping
java.lang.Object
net.sf.jsefa.common.mapping.TypeMapping<N>
net.sf.jsefa.common.mapping.ComplexTypeMapping<String,RbfNodeDescriptor,RbfNodeMapping<?>>
net.sf.jsefa.rbf.mapping.RbfComplexTypeMapping
public final class RbfComplexTypeMapping
- extends ComplexTypeMapping<String,RbfNodeDescriptor,RbfNodeMapping<?>>
A mapping between a java object type and a complex RBF data type.
Instances of this class are immutable and thread safe.
- Author:
- Norman Lahme-Huetig
- See Also:
TypeMapping
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RbfComplexTypeMapping
public RbfComplexTypeMapping(Class<?> objectType,
String dataTypeName,
ObjectAccessor objectAccessor,
Collection<RbfNodeMapping<?>> nodeMappings,
Validator validator)
- Constructs a new
RbfComplexTypeMapping.
- Parameters:
objectType - the object typedataTypeName - the data type nameobjectAccessor - the object accessornodeMappings - the node mappingsvalidator - the validator; may be null
Copyright © 2014. All rights reserved.