Class Swagger2WebMvcConfiguration
- java.lang.Object
-
- springfox.documentation.swagger2.configuration.Swagger2WebMvcConfiguration
-
@Configuration @ConditionalOnWebApplication(type=SERVLET) @Conditional(OnServletBasedWebApplication.class) @EnablePluginRegistries(WebMvcSwaggerTransformationFilter.class) public class Swagger2WebMvcConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Swagger2WebMvcConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebMvcSwaggerTransformationFilter
webMvcSwaggerTransformer(org.springframework.core.env.Environment env)
-
-
-
Method Detail
-
webMvcSwaggerTransformer
@Bean public WebMvcSwaggerTransformationFilter webMvcSwaggerTransformer(org.springframework.core.env.Environment env)
-
-