类 ReadOnlyPropertyAccessor
java.lang.Object
cn.taketoday.reflect.PropertyAccessor
cn.taketoday.reflect.ReadOnlyPropertyAccessor
- 所有已实现的接口:
GetterMethod,SetterMethod
- 直接已知子类:
ReadOnlyGetterMethodPropertyAccessor,ReadOnlyMethodAccessorPropertyAccessor,ReflectiveReadOnlyPropertyAccessor
read-only PropertyAccessor
- 作者:
- TODAY 2020/9/12 15:22
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static Class<?>classToString(Object obj) final Methodbooleanread-only ?final voidset property从类继承的方法 cn.taketoday.reflect.PropertyAccessor
from, fromField, fromField, fromMethod, fromMethod, fromReflective, fromReflective, get从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.taketoday.reflect.GetterMethod
getReadMethod
-
构造器详细资料
-
ReadOnlyPropertyAccessor
ReadOnlyPropertyAccessor()
-
-
方法详细资料
-
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
-
classToString
-
getWriteMethod
-
isReadOnly
public boolean isReadOnly()从类复制的说明:PropertyAccessorread-only ?- 覆盖:
isReadOnly在类中PropertyAccessor
-