Interface PostgresDefaultValueConverter.DefaultValueMapper
-
- Enclosing class:
- PostgresDefaultValueConverter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface private static interface PostgresDefaultValueConverter.DefaultValueMapper
Converts JDBC string representation of a default column value to an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectparse(String value)Parses string to an object.
-