org.alfresco.service.cmr.repository.datatype
Class DefaultTypeConverter

java.lang.Object
  extended by org.alfresco.service.cmr.repository.datatype.DefaultTypeConverter

public class DefaultTypeConverter
extends java.lang.Object

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


Field Summary
static TypeConverter INSTANCE
          Default Type Converter
 
Constructor Summary
DefaultTypeConverter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static TypeConverter INSTANCE
Default Type Converter

Constructor Detail

DefaultTypeConverter

public DefaultTypeConverter()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.