Class RedisIndexDefinition.PathCondition
java.lang.Object
org.springframework.data.redis.core.index.RedisIndexDefinition.PathCondition
- All Implemented Interfaces:
IndexDefinition.Condition<Object>
- Enclosing class:
- RedisIndexDefinition
public static class RedisIndexDefinition.PathCondition
extends Object
implements IndexDefinition.Condition<Object>
- Since:
- 1.7
- Author:
- Christoph Strobl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(Object value, IndexDefinition.IndexingContext context)
-
Constructor Details
-
PathCondition
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceIndexDefinition.Condition<Object>
-