-
- Type Parameters:
T- the type of the converter
- All Known Subinterfaces:
StringConverter<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(java.lang.Class<? extends T> cls, java.lang.String str)Converts the specified object from aString.
-