Class IndexDefinition.IndexingContext

java.lang.Object
org.springframework.data.redis.core.index.IndexDefinition.IndexingContext
Enclosing interface:
IndexDefinition

public static final class IndexDefinition.IndexingContext extends Object
Context in which a particular value is about to get indexed.
Since:
1.7
Author:
Christoph Strobl
  • Constructor Details

    • IndexingContext

      public IndexingContext(String keyspace, String path, org.springframework.data.util.TypeInformation<?> typeInformation)
  • Method Details

    • getKeyspace

      public String getKeyspace()
    • getPath

      public String getPath()
    • getTypeInformation

      public org.springframework.data.util.TypeInformation<?> getTypeInformation()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object