Uses of Class
org.springframework.data.redis.core.index.IndexDefinition.IndexingContext
Packages that use IndexDefinition.IndexingContext
Package
Description
Abstractions for Redis secondary indexes.
-
Uses of IndexDefinition.IndexingContext in org.springframework.data.redis.core.index
Methods in org.springframework.data.redis.core.index with parameters of type IndexDefinition.IndexingContextModifier and TypeMethodDescriptionbooleanIndexDefinition.Condition.matches(T value, IndexDefinition.IndexingContext context) booleanRedisIndexDefinition.OrCondition.matches(T value, IndexDefinition.IndexingContext context) booleanRedisIndexDefinition.PathCondition.matches(Object value, IndexDefinition.IndexingContext context)