File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
springdoc-openapi-common/src/main/java/org/springdoc/core Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2222package org .springdoc .core ;
2323
2424
25+ import java .util .Collection ;
26+
2527import org .springframework .boot .autoconfigure .condition .AnyNestedCondition ;
2628import org .springframework .boot .autoconfigure .condition .ConditionalOnBean ;
2729import org .springframework .boot .autoconfigure .condition .ConditionalOnProperty ;
@@ -55,4 +57,9 @@ static class OnGroupedOpenApiBean {}
5557 @ ConditionalOnProperty (name = GROUP_CONFIG_FIRST_PROPERTY )
5658 static class OnGroupConfigProperty {}
5759
60+ /**
61+ * The type On list grouped open api bean.
62+ */
63+ @ ConditionalOnBean (value = GroupedOpenApi .class , parameterizedContainer = Collection .class )
64+ static class OnListGroupedOpenApiBean {}
5865}
You can’t perform that action at this time.
0 commit comments