Class PathIndexResolver

java.lang.Object
org.springframework.data.redis.core.convert.PathIndexResolver
All Implemented Interfaces:
IndexResolver

public class PathIndexResolver extends Object implements IndexResolver
IndexResolver implementation considering properties annotated with Indexed or paths set up in IndexConfiguration.
Since:
1.7
Author:
Christoph Strobl, Greg Turnquist