Uses of Interface
me.hsgamer.topper.storage.simple.converter.ValueConverter
Packages that use ValueConverter
Package
Description
-
Uses of ValueConverter in me.hsgamer.topper.spigot.storage.simple.supplier
Methods in me.hsgamer.topper.spigot.storage.simple.supplier with parameters of type ValueConverterModifier and TypeMethodDescription<K,
V> DataStorage <K, V> ConfigStorageSupplier.getStorage
(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter) -
Uses of ValueConverter in me.hsgamer.topper.storage.simple.converter
Classes in me.hsgamer.topper.storage.simple.converter that implement ValueConverterModifier and TypeClassDescriptionfinal class
class
NumberConverter<T extends Number>
class
class
class
Methods in me.hsgamer.topper.storage.simple.converter with parameters of type ValueConverterModifier and TypeMethodDescriptionComplexValueConverter.Builder.entry
(ValueConverter<V> converter, Function<T, V> getter, BiFunction<T, V, T> setter) -
Uses of ValueConverter in me.hsgamer.topper.storage.simple.flat
Methods in me.hsgamer.topper.storage.simple.flat with parameters of type ValueConverterModifier and TypeMethodDescription<K,
V> DataStorage <K, V> FlatStorageSupplier.getStorage
(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter) -
Uses of ValueConverter in me.hsgamer.topper.storage.simple.sql
Methods in me.hsgamer.topper.storage.simple.sql with parameters of type ValueConverterModifier and TypeMethodDescription<K,
V> DataStorage <K, V> SqlStorageSupplier.getStorage
(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter) -
Uses of ValueConverter in me.hsgamer.topper.storage.simple.supplier
Methods in me.hsgamer.topper.storage.simple.supplier with parameters of type ValueConverterModifier and TypeMethodDescription<K,
V> DataStorage <K, V> DataStorageSupplier.getStorage
(String name, ValueConverter<K> keyConverter, ValueConverter<V> valueConverter)