| 程序包 | 说明 |
|---|---|
| cn.willingxyz.restdoc.spring.examples.parameter |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ParameterController.complex(ParameterA obj)
body 里的复杂对象
|
void |
ParameterController.complexArray(ParameterA[] arr)
body 中的复杂数组
|
void |
ParameterController.formComplex(ParameterA parameterA)
表单post
|
void |
ParameterController.queryStringArray(java.lang.String[] array,
ParameterA[] parameterAS)
查询参数数组
|
void |
ParameterController.queryStringComplex(ParameterA parameterA)
查询字符串 复杂参数
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ParameterController.bodyGenericComplex(GenericParameter<ParameterA> parameterAGenericParameter)
泛型复杂参数
|
void |
ParameterController.bodyGenericMulti(MultipartGenericParameter<java.lang.Integer,ParameterA> parameter)
双重泛型参数
|
Copyright © 2019. All Rights Reserved.