Package com.impossibl.postgres.system
Interface Setting.Converter<U>
-
- Type Parameters:
U- Destination type of conversion
public static interface Setting.Converter<U>String toSetting.Converterconverter 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 Uconvert(String string)static Setting.Converter<String>identity()
-