Class ComplexSqlValueConverter.Builder<T>
java.lang.Object
me.hsgamer.topper.storage.sql.converter.ComplexSqlValueConverter.Builder<T>
- Enclosing class:
ComplexSqlValueConverter<T>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
constructor
(Supplier<T> constructor) entry
(SqlValueConverter<V> converter, Function<T, V> getter, BiFunction<T, V, T> setter)
-
Method Details
-
constructor
-
entry
public <V> ComplexSqlValueConverter.Builder<T> entry(SqlValueConverter<V> converter, Function<T, V> getter, BiFunction<T, V, T> setter) -
build
-