org.apache.commons.betwixt.schema
Class DataTypeMapper
java.lang.Object
org.apache.commons.betwixt.schema.DataTypeMapper
- Direct Known Subclasses:
- DefaultDataTypeMapper
public abstract class DataTypeMapper
- extends Object
Maps Java simple data types into XML schema data types.
This pluggable strategy is used to allow the mapping of (simple) java types
into XML schema data types to be customized.
- Version:
- $Revision: 561314 $
- Author:
- Apache Commons Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataTypeMapper
public DataTypeMapper()
toXMLSchemaDataType
public abstract String toXMLSchemaDataType(Class type)
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.