Uses of Interface
org.springframework.data.redis.core.convert.IndexedData
Packages that use IndexedData
Package
Description
Converters for Redis repository support utilizing mapping metadata.
-
Uses of IndexedData in org.springframework.data.redis.core.convert
Classes in org.springframework.data.redis.core.convert that implement IndexedDataModifier and TypeClassDescriptionclassIndexedDataimplementation indicating storage of data within a Redis GEO structure.classRemoveIndexedDatarepresents a removed index entry from a secondary index for a property path in a given keyspace.classIndexedDataimplementation indicating storage of data within a Redis Set.Methods in org.springframework.data.redis.core.convert that return types with arguments of type IndexedDataModifier and TypeMethodDescriptionRedisData.getIndexedData()protected Set<IndexedData>PathIndexResolver.resolveIndex(String keyspace, String propertyPath, PersistentProperty<?> property, Object value) CompositeIndexResolver.resolveIndexesFor(String keyspace, String path, TypeInformation<?> typeInformation, Object value) CompositeIndexResolver.resolveIndexesFor(TypeInformation<?> typeInformation, Object value) IndexResolver.resolveIndexesFor(String keyspace, String path, TypeInformation<?> typeInformation, Object value) Resolves all indexes for given type information / value combination.IndexResolver.resolveIndexesFor(TypeInformation<?> typeInformation, Object value) Resolves all indexes for given type information / value combination.PathIndexResolver.resolveIndexesFor(String keyspace, String path, TypeInformation<?> typeInformation, Object value) PathIndexResolver.resolveIndexesFor(TypeInformation<?> typeInformation, Object value) SpelIndexResolver.resolveIndexesFor(String keyspace, String path, TypeInformation<?> typeInformation, Object value) SpelIndexResolver.resolveIndexesFor(TypeInformation<?> typeInformation, Object value) Methods in org.springframework.data.redis.core.convert with parameters of type IndexedDataMethod parameters in org.springframework.data.redis.core.convert with type arguments of type IndexedData