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 744012d commit 3586828Copy full SHA for 3586828
1 file changed
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/KotlinSpringServerCodegen.java
@@ -1224,6 +1224,7 @@ public List<VendorExtension> getSupportedVendorExtensions() {
1224
extensions.add(VendorExtension.X_MAXIMUM_MESSAGE);
1225
extensions.add(VendorExtension.X_KOTLIN_IMPLEMENTS);
1226
extensions.add(VendorExtension.X_KOTLIN_IMPLEMENTS_FIELDS);
1227
+ extensions.add(VendorExtension.X_SPRING_PAGINATED);
1228
return extensions;
1229
}
1230
0 commit comments