Uses of Interface
me.hsgamer.topper.storage.flat.core.FlatValueConverter
Packages that use FlatValueConverter
Package
Description
-
Uses of FlatValueConverter in me.hsgamer.topper.storage.bundle
Methods in me.hsgamer.topper.storage.bundle that return FlatValueConverterModifier and TypeMethodDescriptionValueConverter.getKeyFlatValueConverter()
ValueConverter.getValueFlatValueConverter()
Methods in me.hsgamer.topper.storage.bundle with parameters of type FlatValueConverterModifier and TypeMethodDescriptionstatic <K,
V> ValueConverter <K, V> ValueConverter.of
(FlatValueConverter<K> keyFlatValueConverter, FlatValueConverter<V> valueFlatValueConverter, SqlValueConverter<K> keySqlValueConverter, SqlValueConverter<V> valueSqlValueConverter) -
Uses of FlatValueConverter in me.hsgamer.topper.storage.flat.converter
Classes in me.hsgamer.topper.storage.flat.converter that implement FlatValueConverterModifier and TypeClassDescriptionclass
class
class
NumberFlatValueConverter<T extends Number>
class
class
class
Methods in me.hsgamer.topper.storage.flat.converter with parameters of type FlatValueConverterModifier and TypeMethodDescriptionComplexFlatValueConverter.Builder.entry
(FlatValueConverter<V> converter, Function<T, V> getter, BiFunction<T, V, T> setter) -
Uses of FlatValueConverter in me.hsgamer.topper.storage.flat.core
Constructors in me.hsgamer.topper.storage.flat.core with parameters of type FlatValueConverterModifierConstructorDescriptionFlatDataStorage
(File baseFolder, String name, FlatValueConverter<K> keyConverter, FlatValueConverter<V> valueConverter) -
Uses of FlatValueConverter in me.hsgamer.topper.storage.flat.properties
Constructors in me.hsgamer.topper.storage.flat.properties with parameters of type FlatValueConverterModifierConstructorDescriptionPropertiesDataStorage
(File baseFolder, String name, FlatValueConverter<K> keyConverter, FlatValueConverter<V> valueConverter)