Class Swagger1DocumentationConfiguration
- java.lang.Object
-
- springfox.documentation.swagger1.configuration.Swagger1DocumentationConfiguration
-
@Configuration @Import({SpringfoxWebConfiguration.class,SpringfoxWebMvcConfiguration.class,SwaggerCommonConfiguration.class}) @ComponentScan(basePackages={"springfox.documentation.swagger1.readers.parameter","springfox.documentation.swagger1.mappers"}) public class Swagger1DocumentationConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Swagger1DocumentationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Swagger1Controller
swagger1ControllerMapping(DocumentationCache documentationCache, ServiceModelToSwaggerMapper mapper, JsonSerializer jsonSerializer)
JacksonModuleRegistrar
swagger1Module()
SwaggerDefaultConfiguration
swaggerDefaults(PathProvider pathProvider, com.fasterxml.classmate.TypeResolver type, Defaults defaults)
-
-
-
Method Detail
-
swagger1Module
@Bean public JacksonModuleRegistrar swagger1Module()
-
swagger1ControllerMapping
@Bean public Swagger1Controller swagger1ControllerMapping(DocumentationCache documentationCache, ServiceModelToSwaggerMapper mapper, JsonSerializer jsonSerializer)
-
swaggerDefaults
@Bean public SwaggerDefaultConfiguration swaggerDefaults(PathProvider pathProvider, com.fasterxml.classmate.TypeResolver type, Defaults defaults)
-
-