- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
@Configuration
@ConditionalOnClass(value=io.swagger.models.Swagger.class)
@ConditionalOnBean(type="org.glassfish.jersey.server.ResourceConfig")
@EnableConfigurationProperties(value=SwaggerConfigurationProperties.class)
public class SwaggerJerseyAutoConfiguration
extends Object
implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
Spring Boot Swagger auto-configuration class for Jersey runtime.
- Since:
- 5.0.0