|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.repository.datatype.TypeConverter
org.alfresco.service.cmr.repository.datatype.DefaultTypeConverter
public class DefaultTypeConverter
Support for generic conversion between types. Additional conversions may be added. Basic inter-operability supported. Direct conversion and two stage conversions via Number are supported. We do not support conversion by any route at the moment TODO: Add support for Path TODO: Add support for lucene TODO: Add suport to check of a type is convertable TODO: Support for dynamically managing conversions
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.alfresco.service.cmr.repository.datatype.TypeConverter |
---|
TypeConverter.Converter, TypeConverter.DynamicTwoStageConverter, TypeConverter.TwoStageConverter |
Field Summary | |
---|---|
static TypeConverter |
INSTANCE
Default Type Converter |
Method Summary |
---|
Methods inherited from class org.alfresco.service.cmr.repository.datatype.TypeConverter |
---|
addConverter, addDynamicTwoStageConverter, booleanValue, byteValue, charValue, convert, convert, convert, convert, convert, doubleValue, floatValue, getCollection, getConverter, getConverter, getConverters, intValue, isMultiValued, longValue, shortValue, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static TypeConverter INSTANCE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |