类 MethodInvoker.MethodInvokerCacheKey

java.lang.Object
cn.taketoday.reflect.MethodInvoker.MethodInvokerCacheKey
封闭类:
MethodInvoker

static class MethodInvoker.MethodInvokerCacheKey extends Object
  • 字段详细资料

    • hash

      int hash
    • targetMethod

      final Method targetMethod
    • targetClass

      final Class<?> targetClass
  • 构造器详细资料

    • MethodInvokerCacheKey

      MethodInvokerCacheKey(Method targetMethod, Class<?> targetClass)
  • 方法详细资料