Package com.impossibl.postgres.system
Interface Setting.Converter<U>
-
- Type Parameters:
U
- Destination type of conversion
public static interface Setting.Converter<U>
String toSetting.Converter
converter functional interface. A simple interface translate string values to a target type while allowing exception to be thrown.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description U
convert(String string)
static Setting.Converter<String>
identity()
-