类 PojoMethodInvoker
java.lang.Object
org.beetl.core.fun.PojoMethodInvoker
- 所有已实现的接口:
MethodInvoker
传入对象,获取对象对应的属性值,或者调用
set(Object, Object) 设置对象值- 作者:
- xiandafu
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
PojoMethodInvoker
- 参数:
pd- 目标调用方法,应该是一个无参数的get方法
-
-
方法详细资料
-
get
- 指定者:
get在接口中MethodInvoker- 参数:
obj- 传入的Pojo对象- 返回:
- 返回值
-
getReturnType
- 指定者:
getReturnType在接口中MethodInvoker- 返回:
- 改调用预期的返回类型
-
getMethod
- 指定者:
getMethod在接口中MethodInvoker
-
set
- 指定者:
set在接口中MethodInvoker
-