Class ApplicationBeanConfig

  • All Implemented Interfaces:
    io.swagger.config.Scanner, io.swagger.config.SwaggerConfig

    public class ApplicationBeanConfig
    extends io.swagger.jaxrs.config.BeanConfig
    • Field Summary

      • Fields inherited from class io.swagger.jaxrs.config.BeanConfig

        reader, servletConfig
      • Fields inherited from class io.swagger.jaxrs.config.AbstractScanner

        prettyPrint
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationBeanConfig​(javax.ws.rs.core.Application app)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Set<Class<?>> classes()  
      • Methods inherited from class io.swagger.jaxrs.config.BeanConfig

        configure, getBasePath, getConfigId, getContact, getContextId, getDescription, getExpandSuperTypes, getFilterClass, getHost, getInfo, getLicense, getLicenseUrl, getResourcePackage, getScan, getScannerId, getSchemes, getSwagger, getTermsOfServiceUrl, getTitle, getVersion, isUsePathBasedConfig, scanAndRead, setBasePath, setConfigId, setContact, setContextId, setDescription, setExpandSuperTypes, setFilterClass, setHost, setInfo, setLicense, setLicenseUrl, setPrettyPrint, setResourcePackage, setScan, setScan, setScannerId, setSchemes, setServletConfig, setTermsOfServiceUrl, setTitle, setUsePathBasedConfig, setVersion
      • Methods inherited from class io.swagger.jaxrs.config.AbstractScanner

        getPrettyPrint, setPrettyPrint
      • Methods inherited from interface io.swagger.config.Scanner

        getPrettyPrint, setPrettyPrint
    • Constructor Detail

      • ApplicationBeanConfig

        public ApplicationBeanConfig​(javax.ws.rs.core.Application app)
    • Method Detail

      • classes

        public Set<Class<?>> classes()
        Specified by:
        classes in interface io.swagger.config.Scanner
        Overrides:
        classes in class io.swagger.jaxrs.config.BeanConfig