Class SortUtil

java.lang.Object
net.n2oapp.platform.seek.SortUtil

public final class SortUtil extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<org.springframework.data.domain.Sort.Order>
    flip(List<? extends org.springframework.data.domain.Sort.Order> orders)
     
    static org.springframework.data.domain.Sort
    flip(org.springframework.data.domain.Sort sort)
     
    static org.springframework.data.domain.Sort.Order
    flip(org.springframework.data.domain.Sort.Order order)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • flip

      public static List<org.springframework.data.domain.Sort.Order> flip(@NonNull List<? extends org.springframework.data.domain.Sort.Order> orders)
    • flip

      public static org.springframework.data.domain.Sort flip(@NonNull org.springframework.data.domain.Sort sort)
    • flip

      public static org.springframework.data.domain.Sort.Order flip(@NonNull org.springframework.data.domain.Sort.Order order)