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