Class PropertyPathComparator<T>

java.lang.Object
org.springframework.data.keyvalue.core.PropertyPathComparator<T>
All Implemented Interfaces:
Comparator<T>

public class PropertyPathComparator<T> extends Object implements Comparator<T>
Comparator implementation to compare objects based on a PropertyPath. This comparator obtains the value at PropertyPath from the given comparison objects and then performs the comparison.
Since:
3.1.10
Author:
Christoph Strobl, Mark Paluch