public class NullStringConverter<T> extends Object implements StringConverter<T>
| Constructor and Description |
|---|
NullStringConverter() |
public Class<T> getConvertedClass()
getConvertedClass in interface StringConverter<T>public boolean requiresQuotes()
requiresQuotes in interface StringConverter<T>public T toObject(Object value)
toObject in interface StringConverter<T>public T toObject(String string)
toObject in interface StringConverter<T>public String toString(Object value)
toString in interface StringConverter<T>Copyright © 2015 Revolution Systems Inc.. All rights reserved.