跳过导航链接
A B C D E G L P R S W Y 

A

ai.houyi.dorado.swagger - 程序包 ai.houyi.dorado.swagger
 
ai.houyi.dorado.swagger.controller - 程序包 ai.houyi.dorado.swagger.controller
 
ai.houyi.dorado.swagger.ext - 程序包 ai.houyi.dorado.swagger.ext
 
ai.houyi.dorado.swagger.utils - 程序包 ai.houyi.dorado.swagger.utils
 
ai.houyi.dorado.swagger.yaml - 程序包 ai.houyi.dorado.swagger.yaml
 
ApiContext - ai.houyi.dorado.swagger.ext中的类
 
ApiContext.Builder - ai.houyi.dorado.swagger.ext中的类
Builder to build ApiContext.
ApiContextBuilder - ai.houyi.dorado.swagger.ext中的接口
 
ApiKey - ai.houyi.dorado.swagger.ext中的类
 
ApiKey.Builder - ai.houyi.dorado.swagger.ext中的类
Builder to build ApiKey.

B

build() - 类 中的方法ai.houyi.dorado.swagger.ext.ApiContext.Builder
 
build() - 类 中的方法ai.houyi.dorado.swagger.ext.ApiKey.Builder
 
buildApiContext() - 接口 中的方法ai.houyi.dorado.swagger.ext.ApiContextBuilder
 
builder() - 类 中的静态方法ai.houyi.dorado.swagger.ext.ApiContext
Creates builder to build ApiContext.
builder() - 类 中的静态方法ai.houyi.dorado.swagger.ext.ApiKey
Creates builder to build ApiKey.

C

chain() - 类 中的静态方法ai.houyi.dorado.swagger.ext.SwaggerExtensions
 
collectConstructorParameters(Class<?>, Swagger) - 类 中的静态方法ai.houyi.dorado.swagger.utils.ReaderUtils
Collects constructor-level parameters from class.
collectFieldParameters(Class<?>, Swagger) - 类 中的静态方法ai.houyi.dorado.swagger.utils.ReaderUtils
Collects field-level parameters from class.
constructType(Type) - 接口 中的方法ai.houyi.dorado.swagger.ext.SwaggerExtension
 

D

decorateOperation(Operation, Method, Iterator<SwaggerExtension>) - 接口 中的方法ai.houyi.dorado.swagger.ext.SwaggerExtension
 
defaultJSON() - 类 中的方法ai.houyi.dorado.swagger.controller.SwaggerV2Controller
 
DefaultParameterExtension - ai.houyi.dorado.swagger.ext中的类
 
DefaultParameterExtension() - 类 的构造器ai.houyi.dorado.swagger.ext.DefaultParameterExtension
 

E

EnableSwagger - ai.houyi.dorado.swagger中的注释类型
 
extractOperationMethod(ApiOperation, Method, Iterator<SwaggerExtension>) - 接口 中的方法ai.houyi.dorado.swagger.ext.SwaggerExtension
 
extractOperationMethod(ApiOperation, Method, Iterator<SwaggerExtension>) - 类 中的方法ai.houyi.dorado.swagger.Reader
 
extractParameters(List<Annotation>, Type, Set<Type>, Iterator<SwaggerExtension>, MethodDescriptor) - 类 中的方法ai.houyi.dorado.swagger.ext.DefaultParameterExtension
 
extractParameters(List<Annotation>, Type, Set<Type>, Iterator<SwaggerExtension>) - 接口 中的方法ai.houyi.dorado.swagger.ext.SwaggerExtension
 
extractParameters(List<Annotation>, Type, Set<Type>, Iterator<SwaggerExtension>, MethodDescriptor) - 接口 中的方法ai.houyi.dorado.swagger.ext.SwaggerExtension
 
extractTags(Api) - 类 中的方法ai.houyi.dorado.swagger.Reader
 

G

getApiKey() - 类 中的方法ai.houyi.dorado.swagger.ext.ApiContext
 
getExtensions() - 类 中的静态方法ai.houyi.dorado.swagger.ext.SwaggerExtensions
 
getIn() - 类 中的方法ai.houyi.dorado.swagger.ext.ApiKey
 
getInfo() - 类 中的方法ai.houyi.dorado.swagger.ext.ApiContext
 
getName() - 类 中的方法ai.houyi.dorado.swagger.ext.ApiKey
 
getOperationId(String) - 类 中的方法ai.houyi.dorado.swagger.Reader
 
getSubResource(Method) - 类 中的方法ai.houyi.dorado.swagger.Reader
 
getSwagger() - 类 中的方法ai.houyi.dorado.swagger.Reader
 
getSwagger() - 类 中的静态方法ai.houyi.dorado.swagger.SwaggerFactory
 

L

listingWithJson() - 类 中的方法ai.houyi.dorado.swagger.controller.SwaggerV2Controller
 
listingWithYaml() - 类 中的方法ai.houyi.dorado.swagger.controller.SwaggerV2Controller
 

P

parseMethod(Method) - 类 中的方法ai.houyi.dorado.swagger.Reader
 

R

read(Set<Class<?>>) - 类 中的方法ai.houyi.dorado.swagger.Reader
Scans a set of classes for both ReaderListeners and Swagger annotations.
read(Class<?>) - 类 中的方法ai.houyi.dorado.swagger.Reader
Scans a single class for Swagger annotations - does not invoke ReaderListeners
read(Class<?>, Map<String, Tag>, List<Parameter>) - 类 中的方法ai.houyi.dorado.swagger.Reader
 
Reader - ai.houyi.dorado.swagger中的类
 
Reader(Swagger) - 类 的构造器ai.houyi.dorado.swagger.Reader
 
ReaderUtils - ai.houyi.dorado.swagger.utils中的类
 
ReaderUtils() - 类 的构造器ai.houyi.dorado.swagger.utils.ReaderUtils
 
readImplicitParam(ApiImplicitParam) - 类 中的方法ai.houyi.dorado.swagger.Reader
 
readInfoConfig(SwaggerDefinition) - 类 中的方法ai.houyi.dorado.swagger.Reader
 
readMessageBody(InputStream, Type) - 类 中的方法ai.houyi.dorado.swagger.yaml.YamlMessageBodyConverter
 
readSwaggerConfig(Class<?>, SwaggerDefinition) - 类 中的方法ai.houyi.dorado.swagger.Reader
 
register() - 类 中的方法ai.houyi.dorado.swagger.SwaggerResourceRegister
 

S

setExtensions(List<SwaggerExtension>) - 类 中的静态方法ai.houyi.dorado.swagger.ext.SwaggerExtensions
 
shouldIgnoreClass(Class<?>) - 接口 中的方法ai.houyi.dorado.swagger.ext.SwaggerExtension
 
shouldIgnoreType(Type, Set<Type>) - 接口 中的方法ai.houyi.dorado.swagger.ext.SwaggerExtension
 
splitContentValues(String[]) - 类 中的静态方法ai.houyi.dorado.swagger.utils.ReaderUtils
Splits the provided array of strings into an array, using comma as the separator.
SwaggerExtension - ai.houyi.dorado.swagger.ext中的接口
 
SwaggerExtensions - ai.houyi.dorado.swagger.ext中的类
 
SwaggerExtensions() - 类 的构造器ai.houyi.dorado.swagger.ext.SwaggerExtensions
 
SwaggerFactory - ai.houyi.dorado.swagger中的类
 
SwaggerFactory() - 类 的构造器ai.houyi.dorado.swagger.SwaggerFactory
 
SwaggerResourceRegister - ai.houyi.dorado.swagger中的类
 
SwaggerResourceRegister() - 类 的构造器ai.houyi.dorado.swagger.SwaggerResourceRegister
 
SwaggerV2Controller - ai.houyi.dorado.swagger.controller中的类
 
SwaggerV2Controller() - 类 的构造器ai.houyi.dorado.swagger.controller.SwaggerV2Controller
 

W

withApiKey(ApiKey) - 类 中的方法ai.houyi.dorado.swagger.ext.ApiContext.Builder
 
withIn(String) - 类 中的方法ai.houyi.dorado.swagger.ext.ApiKey.Builder
 
withInfo(Info) - 类 中的方法ai.houyi.dorado.swagger.ext.ApiContext.Builder
 
withName(String) - 类 中的方法ai.houyi.dorado.swagger.ext.ApiKey.Builder
 
writeMessageBody(Object) - 类 中的方法ai.houyi.dorado.swagger.yaml.YamlMessageBodyConverter
 

Y

YamlMessageBodyConverter - ai.houyi.dorado.swagger.yaml中的类
 
YamlMessageBodyConverter() - 类 的构造器ai.houyi.dorado.swagger.yaml.YamlMessageBodyConverter
 
A B C D E G L P R S W Y 
跳过导航链接

Copyright © 2019. All rights reserved.