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.
convertFromStringconvertToStringCopyright © 2010–2018 Joda.org. All rights reserved.