Package org.apache.cxf.jaxrs.swagger
Class ApplicationBeanConfig
- java.lang.Object
-
- io.swagger.jaxrs.config.AbstractScanner
-
- io.swagger.jaxrs.config.BeanConfig
-
- org.apache.cxf.jaxrs.swagger.ApplicationBeanConfig
-
- All Implemented Interfaces:
io.swagger.config.Scanner,io.swagger.config.SwaggerConfig
public class ApplicationBeanConfig extends io.swagger.jaxrs.config.BeanConfig
-
-
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
-
-