public class DocketFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<springfox.documentation.spring.web.plugins.Docket>
| 构造器和说明 |
|---|
DocketFactoryBean(String groupName,
Set<String> clazzNames,
SwaggerProperties swaggerProperties) |
public DocketFactoryBean(String groupName, Set<String> clazzNames, SwaggerProperties swaggerProperties)
public springfox.documentation.spring.web.plugins.Docket getObject()
throws Exception
getObject 在接口中 org.springframework.beans.factory.FactoryBean<springfox.documentation.spring.web.plugins.Docket>Exceptionpublic Class<?> getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<springfox.documentation.spring.web.plugins.Docket>public boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<springfox.documentation.spring.web.plugins.Docket>Copyright © 2019. All rights reserved.