Package de.adorsys.psd2.xs2a.web.config
Class SwaggerConfig
- java.lang.Object
-
- de.adorsys.psd2.xs2a.web.config.SwaggerConfig
-
@EnableSwagger2 public class SwaggerConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description SwaggerConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description springfox.documentation.spring.web.plugins.DocketapiDocklet()springfox.documentation.swagger.web.SwaggerResourcesProviderswaggerResourcesProvider(springfox.documentation.swagger.web.InMemorySwaggerResourcesProvider defaultResourcesProvider)
-
-
-
Method Detail
-
apiDocklet
@Bean(name="api") public springfox.documentation.spring.web.plugins.Docket apiDocklet()
-
swaggerResourcesProvider
@Bean @Primary public springfox.documentation.swagger.web.SwaggerResourcesProvider swaggerResourcesProvider(springfox.documentation.swagger.web.InMemorySwaggerResourcesProvider defaultResourcesProvider)
-
-