net.sf.jsefa.xml.mapping
Class XmlTypeMappingRegistry
java.lang.Object
net.sf.jsefa.common.mapping.TypeMappingRegistry<T>
net.sf.jsefa.common.mapping.HierarchicalTypeMappingRegistry<QName>
net.sf.jsefa.xml.mapping.XmlTypeMappingRegistry
public final class XmlTypeMappingRegistry
- extends HierarchicalTypeMappingRegistry<QName>
A registry for xml type mappings with standard type mappings already registered.
Instances of this class are thread-safe.
- Author:
- Norman Lahme-Huetig
Constructor Summary |
XmlTypeMappingRegistry()
Constructs a new XmlTypeMappingRegistry with standard type mappings already registered. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlTypeMappingRegistry
public XmlTypeMappingRegistry()
- Constructs a new
XmlTypeMappingRegistry
with standard type mappings already registered.
createCopy
public XmlTypeMappingRegistry createCopy()
- Creates a copy of this
TypeMappingRegistry
.
- Specified by:
createCopy
in class TypeMappingRegistry<QName>
- Returns:
- a copy of this
TypeMappingRegistry
Copyright © 2014. All rights reserved.