public class MethodParameter extends Object
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getAnnotations() |
Constructor<?> |
getConstructor() |
int |
getIndex() |
Method |
getMethod() |
Class<?> |
getResolvedType(Class<?> concreteClass) |
Class<?>[] |
getResolvedTypeParameters(Class<?> concreteClass) |
Class<?> |
getType() |
public Constructor<?> getConstructor()
public int getIndex()
public Class<?> getType()
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
public Annotation[] getAnnotations()
public Method getMethod()
Copyright © 2020 Blazebit. All rights reserved.