Uses of Interface
me.hsgamer.topper.storage.sql.core.SqlValueConverter
Packages that use SqlValueConverter
Package
Description
-
Uses of SqlValueConverter in me.hsgamer.topper.storage.bundle
Methods in me.hsgamer.topper.storage.bundle that return SqlValueConverterModifier and TypeMethodDescriptionValueConverter.getKeySqlValueConverter
(String type) ValueConverter.getValueSqlValueConverter
(String type) Methods in me.hsgamer.topper.storage.bundle with parameters of type SqlValueConverterModifier and TypeMethodDescriptionstatic <K,
V> ValueConverter <K, V> ValueConverter.of
(FlatValueConverter<K> keyFlatValueConverter, FlatValueConverter<V> valueFlatValueConverter, SqlValueConverter<K> keySqlValueConverter, SqlValueConverter<V> valueSqlValueConverter) -
Uses of SqlValueConverter in me.hsgamer.topper.storage.sql.converter
Classes in me.hsgamer.topper.storage.sql.converter that implement SqlValueConverterModifier and TypeClassDescriptionclass
class
class
NumberSqlValueConverter<T extends Number>
class
class
class
Methods in me.hsgamer.topper.storage.sql.converter with parameters of type SqlValueConverterModifier and TypeMethodDescriptionComplexSqlValueConverter.Builder.entry
(SqlValueConverter<V> converter, Function<T, V> getter, BiFunction<T, V, T> setter) -
Uses of SqlValueConverter in me.hsgamer.topper.storage.sql.core
Methods in me.hsgamer.topper.storage.sql.core with parameters of type SqlValueConverterModifier and TypeMethodDescription<K,
V> DataStorage <K, V> SqlDataStorageSupplier.getStorage
(String name, SqlValueConverter<K> keyConverter, SqlValueConverter<V> valueConverter)