Class SpelSortAccessor

java.lang.Object
org.springframework.data.keyvalue.core.SpelSortAccessor
All Implemented Interfaces:
SortAccessor<Comparator<?>>

public class SpelSortAccessor extends Object implements SortAccessor<Comparator<?>>
SortAccessor implementation capable of creating SpelPropertyComparator.
Author:
Christoph Strobl, Oliver Gierke, Mark Paluch