We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02ca92 commit 7a21a49Copy full SHA for 7a21a49
1 file changed
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/SpringPageableScanUtils.java
@@ -44,6 +44,7 @@ private SpringPageableScanUtils() {}
44
45
/** Carries a parsed sort field and its direction (always "ASC" or "DESC") from the spec default. */
46
public static final class SortFieldDefault {
47
+
48
public final String field;
49
public final String direction;
50
0 commit comments