public abstract class Converter<T> extends java.lang.Object
Converter()
abstract T
fromString(java.lang.String value)
abstract java.lang.String
toString(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Converter()
public abstract T fromString(java.lang.String value)
public abstract java.lang.String toString(T value)
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.