Uses of Interface
me.hsgamer.topper.storage.simple.converter.ValueConverter
-
Packages that use ValueConverter Package Description me.hsgamer.topper.storage.simple.converter me.hsgamer.topper.storage.simple.supplier -
-
Uses of ValueConverter in me.hsgamer.topper.storage.simple.converter
Classes in me.hsgamer.topper.storage.simple.converter that implement ValueConverter Modifier and Type Class Description classComplexValueConverter<T>classNumberConverter<T extends Number>classSimpleValueConverter<T>classStringConverterclassUUIDConverterMethods in me.hsgamer.topper.storage.simple.converter with parameters of type ValueConverter Modifier and Type Method Description <V> ComplexValueConverter.Builder<T>ComplexValueConverter.Builder. entry(ValueConverter<V> converter, Function<T,V> getter, BiFunction<T,V,T> setter) -
Uses of ValueConverter in me.hsgamer.topper.storage.simple.supplier
Methods in me.hsgamer.topper.storage.simple.supplier with parameters of type ValueConverter Modifier and Type Method Description <K,V>
DataStorage<K,V>DataStorageSupplier. getStorage(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter)<K,V>
DataStorage<K,V>FlatStorageSupplier. getStorage(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter)<K,V>
DataStorage<K,V>SqlStorageSupplier. getStorage(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter)
-