- Type Parameters:
T- the type of the converter
- All Superinterfaces:
FromStringConverter<T>,ToStringConverter<T>
- All Known Subinterfaces:
TypedStringConverter<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.
-
Method Summary
Methods inherited from interface org.joda.convert.FromStringConverter
convertFromStringMethods inherited from interface org.joda.convert.ToStringConverter
convertToString