| 程序包 | 说明 |
|---|---|
| org.beetl.core.om |
| 限定符和类型 | 方法和说明 |
|---|---|
static ObjectMethodMatchConf |
ObjectUtil.findMethod(Class target,
String methodName,
Class[] parameterType)
找到某个类的某个方法,方法名是methodName,参数是parameterType。
|
static ObjectMethodMatchConf |
ObjectUtil.match(Method method,
Class[] paras)
看给定的参数是否匹配给定方法的参数
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
ObjectUtil.invoke(Object o,
ObjectMethodMatchConf conf,
Object[] paras) |
Copyright © 2015. All rights reserved.