Class SortUtils


  • public final class SortUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.function.BiFunction<org.springframework.data.domain.Sort,​FilterTarget,​java.util.List<org.jooq.SortField<?>>> TO_SORT_FIELDS  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TO_SORT_FIELDS

        public static final java.util.function.BiFunction<org.springframework.data.domain.Sort,​FilterTarget,​java.util.List<org.jooq.SortField<?>>> TO_SORT_FIELDS