Class IndexDefinition.IndexingContext
java.lang.Object
org.springframework.data.redis.core.index.IndexDefinition.IndexingContext
- Enclosing interface:
IndexDefinition
Context in which a particular value is about to get indexed.
- Since:
- 1.7
- Author:
- Christoph Strobl
-
Constructor Summary
ConstructorsConstructorDescriptionIndexingContext(String keyspace, String path, TypeInformation<?> typeInformation) -
Method Summary
-
Constructor Details
-
IndexingContext
-
-
Method Details
-
getKeyspace
-
getPath
-
getTypeInformation
-
equals
-
hashCode
-
toString
-