Class SpringPageableScanUtils.SortFieldDefault

  • Enclosing class:
    SpringPageableScanUtils

    public static final class SpringPageableScanUtils.SortFieldDefault
    extends Object
    Carries a parsed sort field and its direction (always "ASC" or "DESC") from the spec default.
    • Field Detail

      • field

        public final String field
      • direction

        public final String direction
    • Constructor Detail

      • SortFieldDefault

        public SortFieldDefault​(String field,
                                String direction)