Class OpenApiWebMvcConfiguration
- java.lang.Object
-
- springfox.documentation.oas.configuration.OpenApiWebMvcConfiguration
-
@Configuration @ConditionalOnWebApplication(type=SERVLET) @Conditional(OnServletBasedWebApplication.class) @EnablePluginRegistries(WebMvcOpenApiTransformationFilter.class) public class OpenApiWebMvcConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OpenApiWebMvcConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebMvcOpenApiTransformationFilter
webMvcOpenApiTransformer(java.lang.String oasPath)
-
-
-
Method Detail
-
webMvcOpenApiTransformer
@Bean public WebMvcOpenApiTransformationFilter webMvcOpenApiTransformer(@Value("${springfox.documentation.open-api.v3.path:/v3/api-docs}") java.lang.String oasPath)
-
-