public class ParamMetaInfo extends Object
| 构造器和说明 |
|---|
ParamMetaInfo(Class<?> paramClass,
Map<String,Method> beanSetMethod,
String attribute) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttribute() |
Object |
newParamInstance()
Get an new instance of a parameter;
|
void |
setParam(Object o,
String key,
String value)
Set value of the parameter object
|
public String getAttribute()
public void setParam(Object o, String key, String value)
o - The parameter objectkey - The field name of the parameter objectvalue - The valuepublic Object newParamInstance()
Copyright © 2016. All rights reserved.