-
- Type Parameters:
T- the type of the converter
- All Known Subinterfaces:
StringConverter<T>,org.joda.convert.TypedFromStringConverter<T>,TypedStringConverter<T>
public interface FromStringConverter<T>Interface defining conversion from aString.FromStringConverter is an interface and must be implemented with care. Implementations must be immutable and thread-safe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TconvertFromString(Class<? extends T> cls, String str)Converts the specified object from aString.
-