public class ParameterImpl extends Object implements Parameter
| Constructor and Description |
|---|
ParameterImpl(Method method,
Class<?> type,
Annotation[] annotations,
int index) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> type) |
Annotation[] |
getAnnotations() |
Annotation[] |
getDeclaredAnnotations() |
Method |
getDeclaringMethod() |
int |
getIndex() |
Class<?> |
getType() |
boolean |
isAnnotationPresent(Class<? extends Annotation> type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByTypepublic ParameterImpl(Method method, Class<?> type, Annotation[] annotations, int index)
public <T extends Annotation> T getAnnotation(Class<T> type)
getAnnotation in interface AnnotatedElementpublic Annotation[] getAnnotations()
getAnnotations in interface AnnotatedElementpublic Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotatedElementpublic boolean isAnnotationPresent(Class<? extends Annotation> type)
isAnnotationPresent in interface AnnotatedElementpublic Method getDeclaringMethod()
getDeclaringMethod in interface ParameterCopyright © 2018 OCPsoft. All rights reserved.