接口 MethodDescriptor

    • 方法详细资料

      • getMethodName

        String getMethodName()
      • getParamDesc

        String getParamDesc()
      • getCompatibleParamSignatures

        String[] getCompatibleParamSignatures()
        duplicate filed as paramDesc, but with different format.
      • getParameterClasses

        Class<?>[] getParameterClasses()
      • getReturnClass

        Class<?> getReturnClass()
      • getReturnTypes

        Type[] getReturnTypes()
      • isGeneric

        boolean isGeneric()
      • getMethod

        Method getMethod()
        Only available for ReflectionMethod
        返回:
        method
      • addAttribute

        void addAttribute​(String key,
                          Object value)