T
- the type of the converterStringConverter<T>
, TypedStringConverter<T>
public interface FromStringConverter<T>
String
.
FromStringConverter is an interface and must be implemented with care. Implementations must be immutable and thread-safe.
Modifier and Type | Method | Description |
---|---|---|
T |
convertFromString(java.lang.Class<? extends T> cls,
java.lang.String str) |
Converts the specified object from a
String . |