Uses of Interface
me.hsgamer.topper.storage.bundle.ValueConverter
Packages that use ValueConverter
-
Uses of ValueConverter in me.hsgamer.topper.storage.bundle
Methods in me.hsgamer.topper.storage.bundle that return ValueConverterModifier and TypeMethodDescriptionstatic <K,
V> ValueConverter <K, V> ValueConverter.of
(FlatValueConverter<K> keyFlatValueConverter, FlatValueConverter<V> valueFlatValueConverter, SqlValueConverter<K> keySqlValueConverter, SqlValueConverter<V> valueSqlValueConverter) Methods in me.hsgamer.topper.storage.bundle with parameters of type ValueConverterModifier and TypeMethodDescription<K,
V> DataStorage <K, V> DataStorageSupplier.getStorage
(String name, ValueConverter<K, V> valueConverter)