public static class ReflectHelper.MethodParameter extends Object
构造器和说明 |
---|
MethodParameter(Method method,
int index) |
限定符和类型 | 方法和说明 |
---|---|
<T> T |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getAnnotations() |
Type |
getGenericType() |
int |
getIndex() |
Method |
getMethod() |
String |
getName() |
Class<?> |
getType() |
public MethodParameter(Method method, int index)
public Class<?> getType()
public Type getGenericType()
public Method getMethod()
public int getIndex()
public String getName()
public Annotation[] getAnnotations()
public <T> T getAnnotation(Class<T> annotationClass)
Copyright © 2017. All rights reserved.