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