public static class ReflectHelper.MethodParameter extends Object
| Constructor and Description |
|---|
MethodParameter(Method method,
int index) |
| Modifier and Type | Method and Description |
|---|---|
<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 © 2020. All rights reserved.