Interface SortDefinition

    • Method Detail

      • getProperty

        String getProperty()
        Return the name of the bean property to compare. Can also be a nested bean property path.
      • isIgnoreCase

        boolean isIgnoreCase()
        Return whether upper and lower case in String values should be ignored.
      • isAscending

        boolean isAscending()
        Return whether to sort ascending (true) or descending (false).