Class SortUtil

java.lang.Object
com.skava.auth.helper.search.SortUtil
All Implemented Interfaces:
Serializable

public class SortUtil extends Object implements Serializable
This class supports to build the sort by sort string.
Author:
Infosys Equinox
See Also:
  • Field Details

  • Constructor Details

    • SortUtil

      public SortUtil()
  • Method Details

    • buildSort

      public static org.springframework.data.domain.Sort buildSort(String sortStr)
      Gets the sortStr name from request.
      Parameters:
      sortStr - a String object.
      Returns:
      sort a Sort object.