接口的使用
cn.taketoday.reflect.SetterMethod
使用SetterMethod的程序包
-
cn.taketoday.reflect中SetterMethod的使用
修饰符和类型方法说明static SetterMethodnew SetterMethod from java reflect propertystatic SetterMethodSetterMethod.fromMethod(MethodInvoker invoker) use fast invoke techMethodInvokerstatic SetterMethodSetterMethod.fromMethod(Method method) use fast invoke techMethodInvokerstatic SetterMethodSetterMethod.fromReflective(Field field) use java reflectFieldtech参数类型为SetterMethod的cn.taketoday.reflect中的方法修饰符和类型方法说明static PropertyAccessorPropertyAccessor.fromMethod(GetterMethod readMethod, SetterMethod writeMethod) use GetterMethod and SetterMethod tech to access property