-
- All Implemented Interfaces:
public final class QuerySortParser<T extends ComparableFieldProvider>A parser to create QuerySorter from different ways.
-
-
Constructor Summary
Constructors Constructor Description QuerySortParser()
-
Method Summary
Modifier and Type Method Description final QuerySorter<T>fromSpecifications(List<SortSpecification<T>> specs)Creates the query sort for a list of sort specifications. -
-
Method Detail
-
fromSpecifications
final QuerySorter<T> fromSpecifications(List<SortSpecification<T>> specs)
Creates the query sort for a list of sort specifications.
-
-
-
-