org.jopendocument.util.convertor
Class ValueConvertorFactory

java.lang.Object
  extended by org.jopendocument.util.convertor.ValueConvertorFactory

public final class ValueConvertorFactory
extends Object


Constructor Summary
ValueConvertorFactory()
           
 
Method Summary
static
<T,U> ValueConvertor<T,U>
find(Class<T> c1, Class<U> c2)
           
static
<T> ValueConvertor<T,T>
getIdentityConvertor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueConvertorFactory

public ValueConvertorFactory()
Method Detail

getIdentityConvertor

public static final <T> ValueConvertor<T,T> getIdentityConvertor()

find

public static final <T,U> ValueConvertor<T,U> find(Class<T> c1,
                                                   Class<U> c2)


Copyright © 2010 jOpenDocument All Rights Reserved.