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 22
22
package org .springdoc .core ;
23
23
24
24
25
+ import java .util .Collection ;
26
+
25
27
import org .springframework .boot .autoconfigure .condition .AnyNestedCondition ;
26
28
import org .springframework .boot .autoconfigure .condition .ConditionalOnBean ;
27
29
import org .springframework .boot .autoconfigure .condition .ConditionalOnProperty ;
@@ -55,4 +57,9 @@ static class OnGroupedOpenApiBean {}
55
57
@ ConditionalOnProperty (name = GROUP_CONFIG_FIRST_PROPERTY )
56
58
static class OnGroupConfigProperty {}
57
59
60
+ /**
61
+ * The type On list grouped open api bean.
62
+ */
63
+ @ ConditionalOnBean (value = GroupedOpenApi .class , parameterizedContainer = Collection .class )
64
+ static class OnListGroupedOpenApiBean {}
58
65
}
You can’t perform that action at this time.
0 commit comments