类的使用
cn.taketoday.reflect.MethodInvoker
使用MethodInvoker的程序包
-
cn.taketoday.reflect中MethodInvoker的使用
修饰符和类型字段说明private final MethodInvokerMethodAccessorGetterMethod.accessorprivate final MethodInvokerMethodAccessorSetterMethod.accessorprivate final MethodInvokerMethodAccessorPropertyAccessor.readAccessorprivate final MethodInvokerReadOnlyMethodAccessorPropertyAccessor.readAccessorprivate final MethodInvokerMethodAccessorPropertyAccessor.writeAccessor修饰符和类型方法说明protected MethodInvokerprotected MethodInvokerMethodInvoker.MethodInvokerGenerator.fallbackInstance()static MethodInvokerMethodInvoker.formReflective(Method method) static MethodInvokerMethodInvoker.formReflective(Method method, boolean handleReflectionException) static MethodInvokerMethodInvoker.fromMethod(Class<?> beanClass, String name, Class<?>... parameters) Create aMethodInvokerstatic MethodInvokerMethodInvoker.fromMethod(Method executable) Create aMethodInvokerstatic MethodInvokerMethodInvoker.fromMethod(Method executable, Class<?> targetClass) Create aMethodInvokerprotected MethodInvokerMethodInvoker.MethodInvokerGenerator.newInstance(Class<MethodInvoker> accessorClass) 参数类型为MethodInvoker的cn.taketoday.reflect中的方法修饰符和类型方法说明static GetterMethodGetterMethod.fromMethod(MethodInvoker invoker) use fast invoke techMethodInvokerstatic SetterMethodSetterMethod.fromMethod(MethodInvoker invoker) use fast invoke techMethodInvokerprivate static PropertyAccessorPropertyAccessor.getPropertyAccessor(MethodInvoker accessor, Field field, Method readMethod) private static PropertyAccessorPropertyAccessor.getPropertyAccessor(Field field, MethodInvoker accessor, Method writeMethod) 类型变量类型为MethodInvoker的cn.taketoday.reflect中的方法参数修饰符和类型方法说明protected MethodInvokerMethodInvoker.MethodInvokerGenerator.newInstance(Class<MethodInvoker> accessorClass) 参数类型为MethodInvoker的cn.taketoday.reflect中的构造器限定符构造器说明(专用程序包)MethodAccessorGetterMethod(MethodInvoker accessor) (专用程序包)MethodAccessorPropertyAccessor(MethodInvoker readAccessor, MethodInvoker writeAccessor) (专用程序包)MethodAccessorSetterMethod(MethodInvoker accessor) (专用程序包)ReadOnlyMethodAccessorPropertyAccessor(MethodInvoker readAccessor)