Class SwaggerConfig


  • @Configuration
    @EnableSwagger2
    public class SwaggerConfig
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String ABOUT  
      private static springfox.documentation.service.ApiInfo DEFAULT_API_INFO  
      private static springfox.documentation.service.Contact DEFAULT_CONTACT  
      private static java.util.Set<java.lang.String> DEFAULT_PRODUCES_AND_CONSUMES  
    • 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 api()  
      • Methods inherited from class java.lang.Object

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

      • DEFAULT_CONTACT

        private static final springfox.documentation.service.Contact DEFAULT_CONTACT
      • DEFAULT_API_INFO

        private static final springfox.documentation.service.ApiInfo DEFAULT_API_INFO
      • DEFAULT_PRODUCES_AND_CONSUMES

        private static final java.util.Set<java.lang.String> DEFAULT_PRODUCES_AND_CONSUMES
    • Constructor Detail

      • SwaggerConfig

        public SwaggerConfig()
    • Method Detail

      • api

        @Bean
        public springfox.documentation.spring.web.plugins.Docket api()