Class SpringPageableScanUtils.SortFieldDefault
- java.lang.Object
-
- org.openapitools.codegen.languages.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.
-
-
Constructor Summary
Constructors Constructor Description SortFieldDefault(String field, String direction)
-