接口 MethodInvoker

所有已知实现类:
GeneralGetMethodInvoker, PojoMethodInvoker

public interface MethodInvoker
传入对象,获取对象对应的属性值 PojoMethodInvoker
作者:
xiandafu
  • 方法详细资料

    • get

      Object get(Object o)
      参数:
      o - 传入的Pojo对象
      返回:
      返回值
    • getReturnType

      Class<?> getReturnType()
      返回:
      改调用预期的返回类型
    • getMethod

      Method getMethod()
    • set

      void set(Object ins, Object value)