Uses of Interface
org.springframework.data.redis.core.convert.IndexResolver
Packages that use IndexResolver
Package
Description
Converters for Redis repository support utilizing mapping metadata.
Redis specific query execution engine.
Spring context specific factory support.
-
Uses of IndexResolver in org.springframework.data.redis.core.convert
Classes in org.springframework.data.redis.core.convert that implement IndexResolverModifier and TypeClassDescriptionclassCompositeIndexResolverimplementation that iterates over a given collection of delegateIndexResolverinstances.classIndexResolverimplementation considering properties annotated withIndexedor paths set up inIndexConfiguration.classMethods in org.springframework.data.redis.core.convert that return IndexResolverModifier and TypeMethodDescriptionMappingRedisConverter.getIndexResolver()RedisConverter.getIndexResolver()Methods in org.springframework.data.redis.core.convert with parameters of type IndexResolverModifier and TypeMethodDescriptionvoidMappingRedisConverter.setIndexResolver(IndexResolver indexResolver) Constructors in org.springframework.data.redis.core.convert with parameters of type IndexResolverModifierConstructorDescriptionMappingRedisConverter(RedisMappingContext mappingContext, IndexResolver indexResolver, ReferenceResolver referenceResolver) Creates newMappingRedisConverterand defaultsRedisMappingContextwhen null.MappingRedisConverter(RedisMappingContext mappingContext, IndexResolver indexResolver, ReferenceResolver referenceResolver, RedisTypeMapper typeMapper) Creates newMappingRedisConverterand defaultsRedisMappingContextwhen null.Constructor parameters in org.springframework.data.redis.core.convert with type arguments of type IndexResolverModifierConstructorDescriptionCompositeIndexResolver(Collection<IndexResolver> resolvers) Create newCompositeIndexResolver. -
Uses of IndexResolver in org.springframework.data.redis.repository.query
Constructors in org.springframework.data.redis.repository.query with parameters of type IndexResolverModifierConstructorDescriptionExampleQueryMapper(MappingContext<RedisPersistentEntity<?>, RedisPersistentProperty> mappingContext, IndexResolver indexResolver) -
Uses of IndexResolver in org.springframework.data.redis.repository.support
Constructors in org.springframework.data.redis.repository.support with parameters of type IndexResolverModifierConstructorDescriptionQueryByExampleRedisExecutor(EntityInformation<T, ?> entityInformation, RedisKeyValueTemplate keyValueTemplate, IndexResolver indexResolver)