Interface SortHandler

    • Method Detail

      • ensureNoSort

        default void ensureNoSort​(org.springframework.data.domain.Pageable pageable)
        Parameters:
        pageable - The Pageable to check that no sort is specified
      • ensureNoSort

        default void ensureNoSort​(org.springframework.data.domain.Sort sort)
                           throws java.lang.UnsupportedOperationException
        Parameters:
        sort - The Sort to check that no sort is specified
        Throws:
        java.lang.UnsupportedOperationException - if a sort is initialized (non-null && not Sort.unsorted()
      • throwUnsupportedSortOperationException

        default <T> T throwUnsupportedSortOperationException()