|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface DataTypeFactory
A factory for maps and data types.
| Method Summary | |
|---|---|
DataType |
buildDataType(java.lang.String dataType)
Parse the data type. |
java.lang.String |
getDataType(java.lang.Class<?> objectClass)
Get the data type identifier for the given class. |
void |
setParent(DataTypeFactory parent)
Set the parent factory. |
| Method Detail |
|---|
void setParent(DataTypeFactory parent)
parent - the parent factoryDataType buildDataType(java.lang.String dataType)
dataType - the string and type specific meta data
java.lang.String getDataType(java.lang.Class<?> objectClass)
To avoid conflict with the default factory, the returned string should start with the package name of the type factory.
objectClass - the class
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||