AnnotatedElement, Member, Annotated<T>, AnnotatedMember<T>, AnnotatedMethod<Constructor<T>>, MetaAnnotated<T>public class MetaAnnotatedConstructor<T> extends MetaAnnotatedElement<Constructor<T>> implements AnnotatedMethod<Constructor<T>>
annotations, target| Constructor | Description |
|---|---|
MetaAnnotatedConstructor(Constructor<T> target) |
| Modifier and Type | Method | Description |
|---|---|---|
Class<?> |
getDeclaringClass() |
|
Class<?>[] |
getExceptionTypes() |
|
Type[] |
getGenericExceptionTypes() |
|
Type[] |
getGenericParameterTypes() |
|
int |
getModifiers() |
|
String |
getName() |
|
Annotation[][] |
getParameterAnnotations() |
|
Class<?>[] |
getParameterTypes() |
|
boolean |
isSynthetic() |
|
boolean |
isVarArgs() |
|
String |
toGenericString() |
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentequals, get, getAnnotation, getAnnotations, getDeclaredAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll, unroll, unrollParameterspublic MetaAnnotatedConstructor(Constructor<T> target)
public Annotation[][] getParameterAnnotations()
getParameterAnnotations in interface AnnotatedMethod<T>public Class<?> getDeclaringClass()
getDeclaringClass in interface Memberpublic int getModifiers()
getModifiers in interface Memberpublic Class<?>[] getParameterTypes()
getParameterTypes in interface AnnotatedMethod<T>public Type[] getGenericParameterTypes()
getGenericParameterTypes in interface AnnotatedMethod<T>public Class<?>[] getExceptionTypes()
getExceptionTypes in interface AnnotatedMethod<T>public Type[] getGenericExceptionTypes()
getGenericExceptionTypes in interface AnnotatedMethod<T>public String toGenericString()
toGenericString in interface AnnotatedMethod<T>public boolean isVarArgs()
isVarArgs in interface AnnotatedMethod<T>public boolean isSynthetic()
isSynthetic in interface MemberCopyright © 2005–2018. All rights reserved.