A B C E G I L M P Q R S U V
A
- App - cn.willingxyz.restdoc.springswagger3.examples中的类
-
- App() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.App
-
- arrayComplex() - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.response.ResponseController
-
返回复杂数组类型
- arraySimple() - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.response.ResponseController
-
返回简单数组类型
B
- bodyGenericComplex(GenericParameter<ParameterA>) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.parameter.ParameterController
-
泛型复杂参数
- bodyGenericSimple(GenericParameter<Integer>) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.parameter.ParameterController
-
泛型简单参数
C
- CircularA - cn.willingxyz.restdoc.springswagger3.examples.circularreference中的类
-
- CircularA() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.circularreference.CircularA
-
- CircularB - cn.willingxyz.restdoc.springswagger3.examples.circularreference中的类
-
- CircularB() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.circularreference.CircularB
-
- CircularReferenceController - cn.willingxyz.restdoc.springswagger3.examples.circularreference中的类
-
类型循环引用的情况
如果检测到类型之间的循环引用,则在检测到的那一刻停止解析
- CircularReferenceController() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.circularreference.CircularReferenceController
-
- cn.willingxyz.restdoc.springswagger3.examples - 程序包 cn.willingxyz.restdoc.springswagger3.examples
-
- cn.willingxyz.restdoc.springswagger3.examples.circularreference - 程序包 cn.willingxyz.restdoc.springswagger3.examples.circularreference
-
- cn.willingxyz.restdoc.springswagger3.examples.enumeration - 程序包 cn.willingxyz.restdoc.springswagger3.examples.enumeration
-
- cn.willingxyz.restdoc.springswagger3.examples.multipart - 程序包 cn.willingxyz.restdoc.springswagger3.examples.multipart
-
- cn.willingxyz.restdoc.springswagger3.examples.parameter - 程序包 cn.willingxyz.restdoc.springswagger3.examples.parameter
-
- cn.willingxyz.restdoc.springswagger3.examples.response - 程序包 cn.willingxyz.restdoc.springswagger3.examples.response
-
- complex(ParameterA) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.parameter.ParameterController
-
body 里的复杂对象
- complex() - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.response.ResponseController
-
返回复杂类型
- complexArray(ParameterA[]) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.parameter.ParameterController
-
body 中的复杂数组
- customDocket() - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.SpringfoxConfig
-
E
- EnumA - cn.willingxyz.restdoc.springswagger3.examples.enumeration中的枚举
-
- EnumContainer - cn.willingxyz.restdoc.springswagger3.examples.enumeration中的类
-
- EnumContainer() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.enumeration.EnumContainer
-
- EnumController - cn.willingxyz.restdoc.springswagger3.examples.enumeration中的类
-
枚举
- EnumController() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.enumeration.EnumController
-
G
- genericComplex() - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.response.ResponseController
-
泛型复杂返回类型
- GenericParameter<T> - cn.willingxyz.restdoc.springswagger3.examples.parameter中的类
-
- GenericParameter() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.parameter.GenericParameter
-
- GenericResponse<T> - cn.willingxyz.restdoc.springswagger3.examples.response中的类
-
- GenericResponse() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.response.GenericResponse
-
- genericSimple() - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.response.ResponseController
-
泛型简单返回类型
I
- inParameterEnum(EnumContainer) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.enumeration.EnumController
-
枚举在类型里面
- inResponse() - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.enumeration.EnumController
-
返回的枚举在类型里面
L
- listComplex() - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.response.ResponseController
-
返回List复杂类型
- listSimple() - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.response.ResponseController
-
返回List复杂类型
M
- main(String[]) - 类 中的静态方法cn.willingxyz.restdoc.springswagger3.examples.App
-
- MultipartController - cn.willingxyz.restdoc.springswagger3.examples.multipart中的类
-
multipart 文件上传
- MultipartController() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.multipart.MultipartController
-
P
- ParameterA - cn.willingxyz.restdoc.springswagger3.examples.parameter中的类
-
- ParameterA() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.parameter.ParameterA
-
- ParameterB - cn.willingxyz.restdoc.springswagger3.examples.parameter中的类
-
- ParameterB() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.parameter.ParameterB
-
- ParameterController - cn.willingxyz.restdoc.springswagger3.examples.parameter中的类
-
参数
- ParameterController() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.parameter.ParameterController
-
- path(String, String) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.parameter.ParameterController
-
path 变量
- post(CircularA) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.circularreference.CircularReferenceController
-
Q
- queryStringArray(String[], ParameterA[]) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.parameter.ParameterController
-
查询参数数组
R
- ResponseA - cn.willingxyz.restdoc.springswagger3.examples.response中的类
-
- ResponseA() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.response.ResponseA
-
- ResponseB - cn.willingxyz.restdoc.springswagger3.examples.response中的类
-
- ResponseB() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.response.ResponseB
-
- ResponseC - cn.willingxyz.restdoc.springswagger3.examples.response中的类
-
- ResponseC() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.response.ResponseC
-
- ResponseController - cn.willingxyz.restdoc.springswagger3.examples.response中的类
-
返回类型
- ResponseController() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.response.ResponseController
-
S
- simple() - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.response.ResponseController
-
返回简单类型
- simpleArray(String[]) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.parameter.ParameterController
-
body 中的简单数组
- singleParameterEnum(EnumA) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.enumeration.EnumController
-
单参数枚举
- singleResponse() - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.enumeration.EnumController
-
返回枚举
- SpringfoxConfig - cn.willingxyz.restdoc.springswagger3.examples中的类
-
- SpringfoxConfig() - 类 的构造器cn.willingxyz.restdoc.springswagger3.examples.SpringfoxConfig
-
U
- uploadMultipart(MultipartFile) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.multipart.MultipartController
-
使用MultipartFile作为参数类型
- uploadMultipartMultiParam(MultipartFile, String) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.multipart.MultipartController
-
多个参数
- uploadMultipartWithoutRequestParam(MultipartFile) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.multipart.MultipartController
-
不使用 @RequestParam
- uploadPart(Part) - 类 中的方法cn.willingxyz.restdoc.springswagger3.examples.multipart.MultipartController
-
使用Part作为参数类型
V
- valueOf(String) - 枚举 中的静态方法cn.willingxyz.restdoc.springswagger3.examples.enumeration.EnumA
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.willingxyz.restdoc.springswagger3.examples.enumeration.EnumA
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
A B C E G I L M P Q R S U V
Copyright © 2019. All Rights Reserved.