接口的使用
cn.taketoday.reflect.GetterMethod
使用GetterMethod的程序包
-
cn.taketoday.reflect中GetterMethod的使用
修饰符和类型方法说明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