public class MetaAnnotatedConstructor<T> extends MetaAnnotatedElement<Constructor<T>> implements AnnotatedMethod<Constructor<T>>
annotations, target
Constructor and Description |
---|
MetaAnnotatedConstructor(Constructor<T> target) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getDeclaringClass() |
Class<?>[] |
getExceptionTypes() |
Type[] |
getGenericExceptionTypes() |
Type[] |
getGenericParameterTypes() |
int |
getModifiers() |
String |
getName() |
Annotation[][] |
getParameterAnnotations() |
Class<?>[] |
getParameterTypes() |
boolean |
isSynthetic() |
boolean |
isVarArgs() |
String |
toGenericString() |
equals, get, getAnnotation, getAnnotations, getDeclaredAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll, unroll, unrollParameters
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
public MetaAnnotatedConstructor(Constructor<T> target)
public Annotation[][] getParameterAnnotations()
getParameterAnnotations
in interface AnnotatedMethod<Constructor<T>>
public Class<?> getDeclaringClass()
getDeclaringClass
in interface Member
public int getModifiers()
getModifiers
in interface Member
public Class<?>[] getParameterTypes()
getParameterTypes
in interface AnnotatedMethod<Constructor<T>>
public Type[] getGenericParameterTypes()
getGenericParameterTypes
in interface AnnotatedMethod<Constructor<T>>
public Class<?>[] getExceptionTypes()
getExceptionTypes
in interface AnnotatedMethod<Constructor<T>>
public Type[] getGenericExceptionTypes()
getGenericExceptionTypes
in interface AnnotatedMethod<Constructor<T>>
public String toGenericString()
toGenericString
in interface AnnotatedMethod<Constructor<T>>
public boolean isVarArgs()
isVarArgs
in interface AnnotatedMethod<Constructor<T>>
public boolean isSynthetic()
isSynthetic
in interface Member
Copyright © 2005–2018. All rights reserved.