跳过导航链接
A B C E F G H I J L M O P R S T U 

A

AbstractDocumentSource - com.github.kongchen.swagger.docgen中的类
 
AbstractDocumentSource(Log, ApiSource) - 类 的构造器com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
AbstractReader - com.github.kongchen.swagger.docgen.reader中的类
 
AbstractReader(Swagger, Log) - 类 的构造器com.github.kongchen.swagger.docgen.reader.AbstractReader
 
addMethod(Method) - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
addModelSubstitute(String, String) - 类 中的方法com.github.kongchen.swagger.docgen.reader.ModelModifier
 
addTypeToSkippedTypes(Type) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
ApiDocumentMojo - com.github.kongchen.swagger.docgen.mavenplugin中的类
User: kongchen Date: 3/7/13
ApiDocumentMojo() - 类 的构造器com.github.kongchen.swagger.docgen.mavenplugin.ApiDocumentMojo
 
apiSource - 类 中的变量com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
ApiSource - com.github.kongchen.swagger.docgen.mavenplugin中的类
User: kongchen Date: 3/7/13
ApiSource() - 类 的构造器com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 

B

BeanParamInjectParamExtension - com.github.kongchen.swagger.docgen.jaxrs中的类
This extension extracts the parameters inside a @BeanParam by expanding the target bean type's fields/methods/constructor parameters and recursively feeding them back through the JaxrsReader.
BeanParamInjectParamExtension(AbstractReader) - 类 的构造器com.github.kongchen.swagger.docgen.jaxrs.BeanParamInjectParamExtension
 

C

canReadApi(boolean, Api) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
ClassSwaggerReader - com.github.kongchen.swagger.docgen.reader中的接口
 
com.github.kongchen.swagger.docgen - 程序包 com.github.kongchen.swagger.docgen
 
com.github.kongchen.swagger.docgen.jaxrs - 程序包 com.github.kongchen.swagger.docgen.jaxrs
 
com.github.kongchen.swagger.docgen.mavenplugin - 程序包 com.github.kongchen.swagger.docgen.mavenplugin
 
com.github.kongchen.swagger.docgen.reader - 程序包 com.github.kongchen.swagger.docgen.reader
 
com.github.kongchen.swagger.docgen.spring - 程序包 com.github.kongchen.swagger.docgen.spring
 
com.github.kongchen.swagger.docgen.util - 程序包 com.github.kongchen.swagger.docgen.util
 
configureComponent(Object, PlexusConfiguration, ExpressionEvaluator, ClassRealm, ConfigurationListener) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.IncludeProjectDependenciesComponentConfigurator
 
createFile(File, String) - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
 

E

encoding - 类 中的变量com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
EnhancedSwaggerAnnotationIntrospector - com.github.kongchen.swagger.docgen中的类
Extends SwaggerAnnotationIntrospector with EnhancedSwaggerAnnotationIntrospector.findRootName(AnnotatedClass) implementation.
EnhancedSwaggerAnnotationIntrospector() - 类 的构造器com.github.kongchen.swagger.docgen.EnhancedSwaggerAnnotationIntrospector
 
EnhancedSwaggerModule - com.github.kongchen.swagger.docgen中的类
 
EnhancedSwaggerModule() - 类 的构造器com.github.kongchen.swagger.docgen.EnhancedSwaggerModule
 
execute() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiDocumentMojo
 
execute() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.HelpMojo
extractOperationMethod(ApiOperation, Method, Iterator<SwaggerExtension>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.JaxrsReader
 
extractParameters(List<Annotation>, Type, Set<Type>, Iterator<SwaggerExtension>) - 类 中的方法com.github.kongchen.swagger.docgen.jaxrs.BeanParamInjectParamExtension
 
extractParameters(List<Annotation>, Type, Set<Type>, Iterator<SwaggerExtension>) - 类 中的方法com.github.kongchen.swagger.docgen.jaxrs.JaxrsParameterExtension
 
extractParameters(List<Annotation>, Type, Set<Type>, Iterator<SwaggerExtension>) - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringSwaggerExtension
 
extractTags(Api) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
extractTypes(Class<?>, Set<Type>, List<Annotation>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
extractTypes(Class<?>) - 类 中的方法com.github.kongchen.swagger.docgen.util.TypeExtracter
 

F

findParamAnnotations(Method) - 类 中的静态方法com.github.kongchen.swagger.docgen.reader.JaxrsReader
 
findRootName(AnnotatedClass) - 类 中的方法com.github.kongchen.swagger.docgen.EnhancedSwaggerAnnotationIntrospector
 

G

GenerateException - com.github.kongchen.swagger.docgen中的异常错误
 
GenerateException(String, Throwable) - 异常错误 的构造器com.github.kongchen.swagger.docgen.GenerateException
 
GenerateException(String) - 异常错误 的构造器com.github.kongchen.swagger.docgen.GenerateException
 
GenerateException(Exception) - 异常错误 的构造器com.github.kongchen.swagger.docgen.GenerateException
 
generateExceptionMapping(Set<Class<?>>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.SpringExceptionHandlerReader
 
generateResourceMap(Set<Class<?>>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.SpringMvcApiReader
 
generateSecuritySchemeDefinitions() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.SecurityDefinition
 
getAnnotations() - 类 中的方法com.github.kongchen.swagger.docgen.util.TypeWithAnnotations
 
getApiModelPropertyAccessExclusions() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getApiModelPropertyAccessExclusions() - 类 中的方法com.github.kongchen.swagger.docgen.reader.ModelModifier
 
getApiSortComparator() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getApiSources() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiDocumentMojo
 
getBasePath() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getControllerClass() - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
getControllerMapping() - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
getControllerResquestMapping(Class<?>) - 类 中的静态方法com.github.kongchen.swagger.docgen.util.SpringUtils
Extracts all routes from the annotated class
getCustomApiReader(String) - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
getDescription() - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
getDescriptionFile() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getExternalDocs() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getHost() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getIn() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.SecurityDefinition
 
getInfo() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getJson() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.SecurityDefinition
 
getLocations() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getMethods() - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
getModelConverters() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getModelSubstitute() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getName() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.SecurityDefinition
 
getOperationId(Method, String) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
getOperationIdFormat() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getOperationIdFormat() - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
getOutputFormats() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getOutputPath() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getParameters(Type, List<Annotation>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
getParameters(Type, List<Annotation>, Set<Type>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
getRemoveBasePathFromEndpoints() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getResourceKey() - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
getResourceName() - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
getResourcePath() - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
getResponseStatusesFromExceptions(Method) - 类 中的方法com.github.kongchen.swagger.docgen.reader.SpringExceptionHandlerReader
 
getSchemes() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getSecurityDefinitions() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getSecurityRequirements(Api) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
getSwagger() - 类 中的方法com.github.kongchen.swagger.docgen.reader.JaxrsReader
 
getSwaggerApiReader() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getSwaggerDirectory() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getSwaggerExtensions() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getSwaggerFileName() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getSwaggerInternalFilter() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getSwaggerSchemaConverter() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getSwaggerUIDocBasePath() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getTemplatePath() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getType() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.SecurityDefinition
 
getType() - 类 中的方法com.github.kongchen.swagger.docgen.util.TypeWithAnnotations
 
getTypesToSkip() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getTypesToSkip() - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
getValidClasses() - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
Returns the set of classes which should be included in the scanning.
getValidClasses(Class<? extends Annotation>) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
getValidClasses() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.MavenDocumentSource
 
getValidClasses() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.SpringMavenDocumentSource
 

H

HelpMojo - com.github.kongchen.swagger.docgen.mavenplugin中的类
Display help information on swagger-maven-plugin.
HelpMojo() - 类 的构造器com.github.kongchen.swagger.docgen.mavenplugin.HelpMojo
 

I

IncludeProjectDependenciesComponentConfigurator - com.github.kongchen.swagger.docgen.mavenplugin中的类
A custom ComponentConfigurator which adds the project's runtime classpath elements to the
IncludeProjectDependenciesComponentConfigurator() - 类 的构造器com.github.kongchen.swagger.docgen.mavenplugin.IncludeProjectDependenciesComponentConfigurator
 
isAttachSwaggerArtifact() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
isJsonExampleValues() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
isPrimitive(Type) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
isPrimitive(Type) - 类 中的静态方法com.github.kongchen.swagger.docgen.util.TypeUtils
 
isSpringmvc() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
isSubResource(String, Method) - 类 中的方法com.github.kongchen.swagger.docgen.reader.JaxrsReader
 
isUseJAXBAnnotationProcessor() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
isUseJAXBAnnotationProcessorAsPrimary() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 

J

JaxrsParameterExtension - com.github.kongchen.swagger.docgen.jaxrs中的类
 
JaxrsParameterExtension() - 类 的构造器com.github.kongchen.swagger.docgen.jaxrs.JaxrsParameterExtension
 
JaxrsReader - com.github.kongchen.swagger.docgen.reader中的类
 
JaxrsReader(Swagger, Log) - 类 的构造器com.github.kongchen.swagger.docgen.reader.JaxrsReader
 

L

loadDocuments() - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
loadModelConverters() - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
loadModelModifier() - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
loadTypesToSkip() - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
LOG - 类 中的变量com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
LOG - 类 中的变量com.github.kongchen.swagger.docgen.reader.AbstractReader
 

M

MavenDocumentSource - com.github.kongchen.swagger.docgen.mavenplugin中的类
 
MavenDocumentSource(ApiSource, Log, String) - 类 的构造器com.github.kongchen.swagger.docgen.mavenplugin.MavenDocumentSource
 
ModelConverterHelper - com.github.kongchen.swagger.docgen.reader中的类
 
ModelConverterHelper(ObjectMapper) - 类 的构造器com.github.kongchen.swagger.docgen.reader.ModelConverterHelper
 
ModelModifier - com.github.kongchen.swagger.docgen.reader中的类
 
ModelModifier(ObjectMapper) - 类 的构造器com.github.kongchen.swagger.docgen.reader.ModelModifier
 

O

OPERATION_ID_FORMAT_DEFAULT - 类 中的静态变量com.github.kongchen.swagger.docgen.reader.AbstractReader
Supported parameters: {{packageName}}, {{className}}, {{methodName}}, {{httpMethod}} Suggested default value is: "{{className}}_{{methodName}}_{{httpMethod}}"
operationIdFormat - 类 中的变量com.github.kongchen.swagger.docgen.reader.AbstractReader
 

P

parseMethod(String, Method) - 类 中的方法com.github.kongchen.swagger.docgen.reader.JaxrsReader
 
parseOperationPath(String, Map<String, String>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
parseResponseHeaders(ResponseHeader[]) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
parseTemplateUrl(String) - 类 中的静态方法com.github.kongchen.swagger.docgen.Utils
 
processExceptionHandlers(Set<Class<?>>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.SpringExceptionHandlerReader
 

R

read(Set<Class<?>>) - 接口 中的方法com.github.kongchen.swagger.docgen.reader.ClassSwaggerReader
 
read(Set<Class<?>>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.JaxrsReader
 
read(Class<?>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.JaxrsReader
 
read(Class<?>, String, String, boolean, String[], String[], Map<String, Tag>, List<Parameter>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.JaxrsReader
 
read(Set<Class<?>>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.ServletReader
 
read(Set<Class<?>>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.SpringMvcApiReader
 
read(SpringResource) - 类 中的方法com.github.kongchen.swagger.docgen.reader.SpringMvcApiReader
 
read(Set<Class<?>>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.SwaggerReader
 
readImplicitParam(ApiImplicitParam, Class<?>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
readImplicitParameters(Method, Operation) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
removeBasePathFromEndpoints(Swagger, boolean) - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
resolve(Type, ModelConverterContext, Iterator<ModelConverter>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.ModelModifier
 
resolve(JavaType, ModelConverterContext, Iterator<ModelConverter>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.ModelModifier
 
resolveApiReader() - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
Resolves the API reader which should be used to scan the classes.
resolveApiReader() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.MavenDocumentSource
 
resolveApiReader() - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.SpringMavenDocumentSource
 
resolveProperty(Type, ModelConverterContext, Annotation[], Iterator<ModelConverter>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.ModelModifier
 
resolveSwaggerExtensions() - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
Resolves all SwaggerExtension instances configured to be added to the Swagger configuration.

S

SecurityDefinition - com.github.kongchen.swagger.docgen.mavenplugin中的类
 
SecurityDefinition() - 类 的构造器com.github.kongchen.swagger.docgen.mavenplugin.SecurityDefinition
 
ServletReader - com.github.kongchen.swagger.docgen.reader中的类
A dedicated ClassSwaggerReader to scan Serlet classes.
ServletReader(Swagger, Log) - 类 的构造器com.github.kongchen.swagger.docgen.reader.ServletReader
 
setApiModelPropertyAccessExclusions(List<String>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.ModelModifier
 
setApiModelPropertyExclusions(List<String>) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setApiSortComparator(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setApiSources(List<ApiSource>) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiDocumentMojo
 
setAttachSwaggerArtifact(boolean) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setBasePath(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setControllerClass(Class<?>) - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
setControllerMapping(String) - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
setDescription(String) - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
setDescriptionFile(File) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setHost(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setIn(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.SecurityDefinition
 
setInfo(Info) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setJson(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.SecurityDefinition
 
setJsonExampleValues(boolean) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setLocations(List<String>) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setMethods(List<Method>) - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
setModelConverters(List<String>) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setModelSubstitute(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setName(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.SecurityDefinition
 
setOperationIdFormat(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setOperationIdFormat(String) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
setOutputFormats(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setOutputPath(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setRemoveBasePathFromEndpoints(Boolean) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setResource(String) - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
setResourceKey(String) - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringResource
 
setSchemes(List<String>) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setSecurityDefinitions(List<SecurityDefinition>) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setSpringmvc(boolean) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setSwaggerApiReader(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setSwaggerDirectory(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setSwaggerExtensions(List<String>) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setSwaggerFileName(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setSwaggerInternalFilter(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setSwaggerSchemaConverter(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setSwaggerUIDocBasePath(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setTemplatePath(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setType(String) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.SecurityDefinition
 
setTypesToSkip(List<String>) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setTypesToSkip(List<Type>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
setTypesToSkip(Set<Type>) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
setupModule(Module.SetupContext) - 类 中的方法com.github.kongchen.swagger.docgen.EnhancedSwaggerModule
 
setUseJAXBAnnotationProcessor(boolean) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
setUseJAXBAnnotationProcessorAsPrimary(boolean) - 类 中的方法com.github.kongchen.swagger.docgen.mavenplugin.ApiSource
 
shouldIgnoreClass(Class<?>) - 类 中的方法com.github.kongchen.swagger.docgen.jaxrs.BeanParamInjectParamExtension
 
shouldIgnoreType(Type, Set<Type>) - 类 中的方法com.github.kongchen.swagger.docgen.spring.SpringSwaggerExtension
 
sortSwagger(Swagger) - 类 中的静态方法com.github.kongchen.swagger.docgen.Utils
 
SpringExceptionHandlerReader - com.github.kongchen.swagger.docgen.reader中的类
 
SpringExceptionHandlerReader(Log) - 类 的构造器com.github.kongchen.swagger.docgen.reader.SpringExceptionHandlerReader
 
SpringMavenDocumentSource - com.github.kongchen.swagger.docgen.mavenplugin中的类
 
SpringMavenDocumentSource(ApiSource, Log, String) - 类 的构造器com.github.kongchen.swagger.docgen.mavenplugin.SpringMavenDocumentSource
 
SpringMvcApiReader - com.github.kongchen.swagger.docgen.reader中的类
 
SpringMvcApiReader(Swagger, Log) - 类 的构造器com.github.kongchen.swagger.docgen.reader.SpringMvcApiReader
 
SpringResource - com.github.kongchen.swagger.docgen.spring中的类
 
SpringResource(Class<?>, String, String, String) - 类 的构造器com.github.kongchen.swagger.docgen.spring.SpringResource
 
SpringSwaggerExtension - com.github.kongchen.swagger.docgen.spring中的类
 
SpringSwaggerExtension(Log) - 类 的构造器com.github.kongchen.swagger.docgen.spring.SpringSwaggerExtension
 
SpringUtils - com.github.kongchen.swagger.docgen.util中的类
 
SpringUtils() - 类 的构造器com.github.kongchen.swagger.docgen.util.SpringUtils
 
swagger - 类 中的变量com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
swagger - 类 中的变量com.github.kongchen.swagger.docgen.reader.AbstractReader
 
SwaggerReader - com.github.kongchen.swagger.docgen.reader中的类
This API reader is directly using the swagger internal Reader to scan the classes.
SwaggerReader(Swagger, Log) - 类 的构造器com.github.kongchen.swagger.docgen.reader.SwaggerReader
 
swaggerSchemaConverter - 类 中的变量com.github.kongchen.swagger.docgen.AbstractDocumentSource
 

T

toDocuments() - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
toSwaggerDocuments(String, String, String) - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
toSwaggerDocuments(String, String, String, String) - 类 中的方法com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
TypeExtracter - com.github.kongchen.swagger.docgen.util中的类
 
TypeExtracter() - 类 的构造器com.github.kongchen.swagger.docgen.util.TypeExtracter
 
typesToSkip - 类 中的变量com.github.kongchen.swagger.docgen.AbstractDocumentSource
 
TypeUtils - com.github.kongchen.swagger.docgen.util中的类
 
TypeUtils() - 类 的构造器com.github.kongchen.swagger.docgen.util.TypeUtils
 
TypeWithAnnotations - com.github.kongchen.swagger.docgen.util中的类
 

U

updateApiResponse(Operation, ApiResponses) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
updateExtensionChain() - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
Method which allows sub-classes to modify the Swagger extension chain.
updateExtensionChain() - 类 中的方法com.github.kongchen.swagger.docgen.reader.JaxrsReader
 
updateExtensionChain() - 类 中的方法com.github.kongchen.swagger.docgen.reader.SpringMvcApiReader
 
updateOperation(String[], String[], Map<String, Tag>, List<SecurityRequirement>, Operation) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
updateOperationConsumes(String[], String[], Operation) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
updateOperationParameters(List<Parameter>, Map<String, String>, Operation) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
updateOperationProduces(String[], String[], Operation) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
updateOperationProtocols(ApiOperation, Operation) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
updatePath(String, String, Operation) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
updateTagsForApi(Map<String, Tag>, Api) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
updateTagsForOperation(Operation, ApiOperation) - 类 中的方法com.github.kongchen.swagger.docgen.reader.AbstractReader
 
Utils - com.github.kongchen.swagger.docgen中的类
 
Utils() - 类 的构造器com.github.kongchen.swagger.docgen.Utils
 
A B C E F G H I J L M O P R S T U 
跳过导航链接

Copyright © 2019. All Rights Reserved.