Class Hierarchy
- java.lang.Object
- org.springframework.data.redis.core.index.IndexConfiguration (implements org.springframework.data.redis.core.index.ConfigurableIndexDefinitionProvider)
- org.springframework.data.redis.core.index.IndexDefinition.IndexingContext
- org.springframework.data.redis.core.index.RedisIndexDefinition (implements org.springframework.data.redis.core.index.IndexDefinition)
- org.springframework.data.redis.core.index.GeoIndexDefinition (implements org.springframework.data.redis.core.index.PathBasedRedisIndexDefinition)
- org.springframework.data.redis.core.index.SimpleIndexDefinition (implements org.springframework.data.redis.core.index.PathBasedRedisIndexDefinition)
- org.springframework.data.redis.core.index.SpelIndexDefinition
- org.springframework.data.redis.core.index.RedisIndexDefinition.CompositeValueTransformer (implements org.springframework.data.redis.core.index.IndexValueTransformer)
- org.springframework.data.redis.core.index.RedisIndexDefinition.OrCondition<T> (implements org.springframework.data.redis.core.index.IndexDefinition.Condition<T>)
- org.springframework.data.redis.core.index.RedisIndexDefinition.PathCondition (implements org.springframework.data.redis.core.index.IndexDefinition.Condition<T>)
Interface Hierarchy
- org.springframework.core.convert.converter.Converter<S,
T> - org.springframework.data.redis.core.index.IndexValueTransformer
- org.springframework.data.redis.core.index.IndexDefinition
- org.springframework.data.redis.core.index.PathBasedRedisIndexDefinition
- org.springframework.data.redis.core.index.IndexDefinition.Condition<T>
- org.springframework.data.redis.core.index.IndexDefinitionProvider
- org.springframework.data.redis.core.index.ConfigurableIndexDefinitionProvider (also extends org.springframework.data.redis.core.index.IndexDefinitionRegistry)
- org.springframework.data.redis.core.index.IndexDefinitionRegistry
- org.springframework.data.redis.core.index.ConfigurableIndexDefinitionProvider (also extends org.springframework.data.redis.core.index.IndexDefinitionProvider)
Annotation Interface Hierarchy
- org.springframework.data.redis.core.index.GeoIndexed (implements java.lang.annotation.Annotation)
- org.springframework.data.redis.core.index.Indexed (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.springframework.data.redis.core.index.RedisIndexDefinition.LowercaseIndexValueTransformer (implements org.springframework.data.redis.core.index.IndexValueTransformer)
- org.springframework.data.redis.core.index.RedisIndexDefinition.NoOpValueTransformer (implements org.springframework.data.redis.core.index.IndexValueTransformer)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)