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 cc7b4b1 commit e86fcdcCopy full SHA for e86fcdc
springdoc-openapi-common/src/main/java/org/springdoc/core/SpringDocUtils.java
@@ -25,6 +25,7 @@
25
import org.springdoc.api.AbstractOpenApiResource;
26
import org.springdoc.core.converters.AdditionalModelsConverter;
27
import org.springdoc.core.converters.ConverterUtils;
28
+import org.springdoc.core.converters.SchemaPropertyDeprecatingConverter;
29
30
public class SpringDocUtils {
31
@@ -38,7 +39,7 @@ public static SpringDocUtils getConfig() {
38
39
}
40
41
public SpringDocUtils addDeprecatedType(Class<? extends Annotation> cls) {
- addDeprecatedType(cls);
42
+ SchemaPropertyDeprecatingConverter.addDeprecatedType(cls);
43
return this;
44
45
0 commit comments