Uses of Interface
org.springframework.data.redis.core.index.IndexValueTransformer
Packages that use IndexValueTransformer
Package
Description
Abstractions for Redis secondary indexes.
-
Uses of IndexValueTransformer in org.springframework.data.redis.core.index
Classes in org.springframework.data.redis.core.index that implement IndexValueTransformerModifier and TypeClassDescriptionstatic classstatic enumstatic enumMethods in org.springframework.data.redis.core.index that return IndexValueTransformerModifier and TypeMethodDescriptionIndexDefinition.valueTransformer()RedisIndexDefinition.valueTransformer()Methods in org.springframework.data.redis.core.index with parameters of type IndexValueTransformerModifier and TypeMethodDescriptionvoidRedisIndexDefinition.setValueTransformer(IndexValueTransformer valueTransformer) Constructor parameters in org.springframework.data.redis.core.index with type arguments of type IndexValueTransformerModifierConstructorDescriptionCompositeValueTransformer(Collection<IndexValueTransformer> transformers)