类 ReflectiveReadOnlyPropertyAccessor
java.lang.Object
cn.taketoday.reflect.PropertyAccessor
cn.taketoday.reflect.ReadOnlyPropertyAccessor
cn.taketoday.reflect.ReflectiveReadOnlyPropertyAccessor
- 所有已实现的接口:
GetterMethod,SetterMethod
- 作者:
- TODAY 2020/9/18 22:03
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.reflect.ReadOnlyPropertyAccessor
getWriteMethod, isReadOnly, set从类继承的方法 cn.taketoday.reflect.PropertyAccessor
from, fromField, fromField, fromMethod, fromMethod, fromReflective, fromReflective
-
字段详细资料
-
field
-
readMethod
-
-
构造器详细资料
-
ReflectiveReadOnlyPropertyAccessor
-
-
方法详细资料
-
get
从接口复制的说明:GetterMethodGet property fromobj- 指定者:
get在接口中GetterMethod- 指定者:
get在类中PropertyAccessor- 参数:
obj- Target object- 返回:
- Property
-
getReadMethod
-