Class SpelPropertyComparator<T>

java.lang.Object
org.springframework.data.keyvalue.core.SpelPropertyComparator<T>
Type Parameters:
T -
All Implemented Interfaces:
Comparator<T>

public class SpelPropertyComparator<T> extends Object implements Comparator<T>
Comparator implementation using SpelExpression.
Author:
Christoph Strobl, Oliver Gierke, Mark Paluch