接口的使用
cn.taketoday.reflect.GetterMethod
使用GetterMethod的程序包
-
cn.taketoday.reflect中GetterMethod的使用
修饰符和类型类说明(专用程序包) final class(专用程序包) final class(专用程序包) final classMethodInvoker PropertyAccessor implementationclass(专用程序包) final class(专用程序包) final class(专用程序包) classread-only PropertyAccessor(专用程序包) final class(专用程序包) final classjava reflectFieldimplementation(专用程序包) final classclass声明为GetterMethod的cn.taketoday.reflect中的字段修饰符和类型字段说明private final GetterMethodGetterSetterPropertyAccessor.readMethodprivate final GetterMethodReadOnlyGetterMethodPropertyAccessor.readMethod修饰符和类型方法说明static GetterMethodnew GetterMethod from java reflect property if the setter method not exist use Reflective techstatic GetterMethodGetterMethod.fromMethod(MethodInvoker invoker) use fast invoke techMethodInvokerstatic GetterMethodGetterMethod.fromMethod(Method method) use fast invoke techMethodInvokerstatic GetterMethodGetterMethod.fromReflective(Field field) use java reflectFieldtech参数类型为GetterMethod的cn.taketoday.reflect中的方法修饰符和类型方法说明static PropertyAccessorPropertyAccessor.fromMethod(GetterMethod readMethod, SetterMethod writeMethod) use GetterMethod and SetterMethod tech to access property参数类型为GetterMethod的cn.taketoday.reflect中的构造器限定符构造器说明(专用程序包)GetterSetterPropertyAccessor(GetterMethod readMethod, SetterMethod writeMethod) (专用程序包)ReadOnlyGetterMethodPropertyAccessor(GetterMethod readMethod)