- Type Parameters:
U
- Destination type of conversion
- Enclosing class:
- Setting<T>
public static interface Setting.Converter<U>
String to U
converter functional interface.
A simple interface translate string values to a target
type while allowing exception to be thrown.