Uses of Class
me.hsgamer.topper.storage.sql.converter.ComplexSqlValueConverter.Builder
Packages that use ComplexSqlValueConverter.Builder
-
Uses of ComplexSqlValueConverter.Builder in me.hsgamer.topper.storage.sql.converter
Methods in me.hsgamer.topper.storage.sql.converter that return ComplexSqlValueConverter.BuilderModifier and TypeMethodDescriptionstatic <T> ComplexSqlValueConverter.Builder
<T> ComplexSqlValueConverter.builder()
ComplexSqlValueConverter.Builder.constructor
(Supplier<T> constructor) ComplexSqlValueConverter.Builder.entry
(SqlValueConverter<V> converter, Function<T, V> getter, BiFunction<T, V, T> setter)