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 22e7304 commit 9d591daCopy full SHA for 9d591da
springdoc-openapi-common/src/main/java/org/springdoc/core/SwaggerUiConfigParameters.java
@@ -103,6 +103,7 @@ public SwaggerUiConfigParameters(SwaggerUiConfigProperties swaggerUiConfig) {
103
this.displayOperationId = swaggerUiConfig.getDisplayOperationId();
104
this.defaultModelExpandDepth = swaggerUiConfig.getDefaultModelExpandDepth();
105
this.defaultModelsExpandDepth = swaggerUiConfig.getDefaultModelsExpandDepth();
106
+ this.defaultModelRendering = swaggerUiConfig.getDefaultModelRendering();
107
this.displayRequestDuration = swaggerUiConfig.getDisplayRequestDuration();
108
this.docExpansion = swaggerUiConfig.getDocExpansion();
109
this.maxDisplayedTags = swaggerUiConfig.getMaxDisplayedTags();
0 commit comments