Class SwaggerConfig


  • @EnableSwagger2
    @Component
    public class SwaggerConfig
    extends java.lang.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.Docket apiDocumentation()  
      protected springfox.documentation.service.ApiInfo apiInfo()  
      protected springfox.documentation.service.OAuth clientCredentialFlow()  
      protected java.lang.String getPropertyValue​(java.lang.String propertyName)  
      protected springfox.documentation.spi.service.contexts.SecurityContext oauthSecurityContext()  
      protected java.util.List<springfox.documentation.service.SecurityReference> oauthSecurityReferences()  
      protected springfox.documentation.service.OAuth passwordFlow()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SwaggerConfig

        public SwaggerConfig()
    • Method Detail

      • apiDocumentation

        @Bean
        public springfox.documentation.spring.web.plugins.Docket apiDocumentation()
      • apiInfo

        protected springfox.documentation.service.ApiInfo apiInfo()
      • passwordFlow

        protected springfox.documentation.service.OAuth passwordFlow()
      • clientCredentialFlow

        protected springfox.documentation.service.OAuth clientCredentialFlow()
      • getPropertyValue

        protected java.lang.String getPropertyValue​(java.lang.String propertyName)
      • oauthSecurityContext

        protected springfox.documentation.spi.service.contexts.SecurityContext oauthSecurityContext()
      • oauthSecurityReferences

        protected java.util.List<springfox.documentation.service.SecurityReference> oauthSecurityReferences()