public final class ParameterInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getAnnotations() |
Executable |
getDeclaringExecutable() |
Type |
getGenericType() |
String |
getName() |
int |
getOffset() |
Class<?> |
getRawComponentType(Class<?> declaringClass,
int componentIndex) |
Class<?> |
getRawType(Class<?> declaringClass) |
Class<?> |
getRawType(KlassInfo declaringKlass) |
Class<?> |
getType() |
<T extends Annotation> |
isAnnotationPresent(Class<T> annotationClass) |
String |
toString() |
public String getName()
public Executable getDeclaringExecutable()
public int getOffset()
public Class<?> getType()
public Type getGenericType()
public Class<?> getRawComponentType(Class<?> declaringClass, int componentIndex)
public Annotation[] getAnnotations()
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
public <T extends Annotation> boolean isAnnotationPresent(Class<T> annotationClass)
Copyright © 2016 jetbrick. All rights reserved.