| 程序包 | 说明 |
|---|---|
| com.ds.web | |
| com.ds.web.util |
| 限定符和类型 | 字段和说明 |
|---|---|
RequestParamBean |
ConstructorBean.fristParam |
| 限定符和类型 | 字段和说明 |
|---|---|
List<RequestParamBean> |
ConstructorBean.paramList |
LinkedHashSet<RequestParamBean> |
RequestMethodBean.paramSet |
| 限定符和类型 | 方法和说明 |
|---|---|
RequestParamBean |
RequestParamBean.clone() |
RequestParamBean |
RequestParamBean.copy(RequestParamBean paramBean) |
RequestParamBean |
ConstructorBean.getFristParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RequestParamBean> |
ConstructorBean.getAllParamList() |
List<RequestParamBean> |
ConstructorBean.getParamList() |
LinkedHashSet<RequestParamBean> |
RequestMethodBean.getParamSet() |
| 限定符和类型 | 方法和说明 |
|---|---|
RequestParamBean |
RequestParamBean.copy(RequestParamBean paramBean) |
void |
ConstructorBean.setFristParam(RequestParamBean fristParam) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConstructorBean.setParamList(List<RequestParamBean> paramList) |
void |
RequestMethodBean.setParamSet(LinkedHashSet<RequestParamBean> paramSet) |
| 构造器和说明 |
|---|
ConstructorBean(String name,
RequestParamBean... params) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<RequestParamBean> |
MethodUtil.getCtParams(javassist.CtMethod ctmethod) |
static List<RequestParamBean> |
MethodUtil.getParams(Method sourceMethod) |
Copyright © 2023 onecode. All rights reserved.