Package 

Class QuerySortParser

  • All Implemented Interfaces:

    
    public final class QuerySortParser<T extends ComparableFieldProvider>
    
                        

    A parser to create QuerySorter from different ways.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QuerySortParser

        QuerySortParser()
    • Method Detail

      • fromSpecifications

         final QuerySorter<T> fromSpecifications(List<SortSpecification<T>> specs)

        Creates the query sort for a list of sort specifications.