public class NullConverter<T> extends java.lang.Object implements Converter<T>
Converter.Result<T>
NullConverter()
convert(java.lang.Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NullConverter()
public Converter.Result<T> convert(java.lang.Object object)
convert
Converter<T>