| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.apidocs.core | |
| org.apache.dubbo.apidocs.core.beans |
| 限定符和类型 | 方法和说明 |
|---|---|
private ParamBean |
DubboApiDocsAnnotationScanner.processHtmlType(Class<?> classType,
RequestParam annotation,
ParamBean param)
Determine what HTML form elements to use.
|
| 限定符和类型 | 方法和说明 |
|---|---|
private List<ParamBean> |
DubboApiDocsAnnotationScanner.processField(Class<?> argClass,
Type parameterType,
Parameter parameter)
For the attributes in the method parameters, only one layer is processed.
|
| 限定符和类型 | 方法和说明 |
|---|---|
private ParamBean |
DubboApiDocsAnnotationScanner.processHtmlType(Class<?> classType,
RequestParam annotation,
ParamBean param)
Determine what HTML form elements to use.
|
| 限定符和类型 | 字段和说明 |
|---|---|
private List<ParamBean> |
ApiParamsCacheItem.paramInfo |
private List<ParamBean> |
ParamBean.subParams
If the parameter in a request bean is not a basic data type,
the
subParams will have a value. |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ParamBean> |
ApiParamsCacheItem.getParamInfo() |
List<ParamBean> |
ParamBean.getSubParams() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ApiParamsCacheItem.setParamInfo(List<ParamBean> paramInfo) |
void |
ParamBean.setSubParams(List<ParamBean> subParams) |
Copyright © 2020–2021 The Apache Software Foundation. All rights reserved.