net.sf.jsefa.xml.mapping
Class XmlSimpleTypeMapping
java.lang.Object
net.sf.jsefa.common.mapping.TypeMapping<N>
net.sf.jsefa.common.mapping.SimpleTypeMapping<QName>
net.sf.jsefa.xml.mapping.XmlSimpleTypeMapping
public final class XmlSimpleTypeMapping
- extends SimpleTypeMapping<QName>
A mapping between a java object type and a simple XML 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 |
XmlSimpleTypeMapping
public XmlSimpleTypeMapping(QName dataTypeName,
Class<?> objectType,
SimpleTypeConverter simpleTypeConverter)
- Constructs a new
XmlSimpleTypeMapping
.
- Parameters:
dataTypeName
- the data type nameobjectType
- the object typesimpleTypeConverter
- the simple type converter
Copyright © 2014. All rights reserved.