类 WriteOnlyPropertyAccessor
java.lang.Object
cn.taketoday.reflect.PropertyAccessor
cn.taketoday.reflect.WriteOnlyPropertyAccessor
- 所有已实现的接口:
GetterMethod,SetterMethod
- 从以下版本开始:
- 4.0 2021/12/2 23:57
- 作者:
- Harry Yang
-
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.reflect.PropertyAccessor
from, fromField, fromField, fromMethod, fromMethod, fromReflective, fromReflective, isReadOnly从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.taketoday.reflect.GetterMethod
getReadMethod从接口继承的方法 cn.taketoday.reflect.SetterMethod
getWriteMethod
-
构造器详细资料
-
WriteOnlyPropertyAccessor
public WriteOnlyPropertyAccessor()
-
-
方法详细资料
-
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
-