程序包 org.coodex.util

类 ReflectHelper.MethodParameter

java.lang.Object
org.coodex.util.ReflectHelper.MethodParameter
封闭类:
ReflectHelper

public static class ReflectHelper.MethodParameter extends Object
  • 构造器详细资料

    • MethodParameter

      public MethodParameter(Method method, int index)
  • 方法详细资料

    • getType

      public Class<?> getType()
    • getGenericType

      public Type getGenericType()
    • getMethod

      public Method getMethod()
    • getIndex

      public int getIndex()
    • getName

      public String getName()
    • getAnnotations

      public Annotation[] getAnnotations()
    • getAnnotation

      public <T> T getAnnotation(Class<T> annotationClass)