interface StringConverter
A functional interface for converting a String to an appropriate type
Type Params | Return Type | Name and description |
---|---|---|
<T> |
abstract T |
convert(java.lang.String value) |