Uses of Interface
me.hsgamer.topper.storage.sql.core.SqlValueConverter
Packages that use SqlValueConverter
Package
Description
-
Uses of SqlValueConverter in me.hsgamer.topper.storage.sql.converter
Classes in me.hsgamer.topper.storage.sql.converter that implement SqlValueConverterModifier and TypeClassDescriptionclassclassclassNumberSqlValueConverter<T extends Number>classclassclassMethods 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) -
Uses of SqlValueConverter in me.hsgamer.topper.template.storagesupplier.storage
Methods in me.hsgamer.topper.template.storagesupplier.storage with parameters of type SqlValueConverterModifier and TypeMethodDescription<K,V> DataStorage <K, V> DataStorageSupplier.getStorage(String name, FlatValueConverter<K> keyConverter, FlatValueConverter<V> valueConverter, SqlValueConverter<K> sqlKeyConverter, SqlValueConverter<V> sqlValueConverter) default <K,V> Function <String, DataStorage<K, V>> DataStorageSupplier.getStorageSupplier(FlatValueConverter<K> keyConverter, FlatValueConverter<V> valueConverter, SqlValueConverter<K> sqlKeyConverter, SqlValueConverter<V> sqlValueConverter)