Interface StringConverter<T>

Type Parameters:
T - the type of the converter
All Superinterfaces:
FromStringConverter<T>, ToStringConverter<T>
All Known Subinterfaces:
TypedStringConverter<T>

public interface StringConverter<T> extends ToStringConverter<T>, FromStringConverter<T>
Interface defining conversion to and from a String.

StringConverter is an interface and must be implemented with care. Implementations must be immutable and thread-safe.