T
- the type of the converterFromStringConverter<T>
, ToStringConverter<T>
TypedStringConverter<T>
public interface StringConverter<T> extends ToStringConverter<T>, FromStringConverter<T>
String
.
StringConverter is an interface and must be implemented with care. Implementations must be immutable and thread-safe.
convertFromString
convertToString