类 MethodAccessorPropertyAccessor
java.lang.Object
cn.taketoday.reflect.PropertyAccessor
cn.taketoday.reflect.MethodAccessorPropertyAccessor
- 所有已实现的接口:
GetterMethod,SetterMethod
MethodInvoker PropertyAccessor implementation
- 作者:
- TODAY 2020/9/11 15:54
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Get property fromobjvoidset property从类继承的方法 cn.taketoday.reflect.PropertyAccessor
from, fromField, fromField, fromMethod, fromMethod, fromReflective, fromReflective, isReadOnly
-
字段详细资料
-
readAccessor
-
writeAccessor
-
-
构造器详细资料
-
MethodAccessorPropertyAccessor
MethodAccessorPropertyAccessor(MethodInvoker readAccessor, MethodInvoker writeAccessor)
-
-
方法详细资料
-
get
从接口复制的说明:GetterMethodGet property fromobj- 指定者:
get在接口中GetterMethod- 指定者:
get在类中PropertyAccessor- 参数:
obj- Target object- 返回:
- Property
-
set
从接口复制的说明:SetterMethodset propertyIf value is null and target property type is primitive this method will do nothing.
- 指定者:
set在接口中SetterMethod- 指定者:
set在类中PropertyAccessor- 参数:
obj- Target objvalue- property value
-
getReadMethod
-
getWriteMethod
-