Package org.apache.xbean.finder
Class MetaAnnotatedConstructor<T>
- java.lang.Object
-
- org.apache.xbean.finder.MetaAnnotatedElement<java.lang.reflect.Constructor<T>>
-
- org.apache.xbean.finder.MetaAnnotatedConstructor<T>
-
- All Implemented Interfaces:
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>>
- Version:
- $Rev$ $Date$
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.annotation.Annotation[][]
parameterAnnotations
-
Fields inherited from class org.apache.xbean.finder.MetaAnnotatedElement
annotations, target
-
-
Constructor Summary
Constructors Constructor Description MetaAnnotatedConstructor(java.lang.reflect.Constructor<T> target)
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
Methods inherited from class org.apache.xbean.finder.MetaAnnotatedElement
equals, get, getAnnotation, getAnnotations, getDeclaredAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll, unroll, unrollParameters
-
-
-
-
Constructor Detail
-
MetaAnnotatedConstructor
public MetaAnnotatedConstructor(java.lang.reflect.Constructor<T> target)
-
-
Method Detail
-
getParameterAnnotations
public java.lang.annotation.Annotation[][] getParameterAnnotations()
- Specified by:
getParameterAnnotations
in interfaceAnnotatedMethod<T>
-
getDeclaringClass
public java.lang.Class<?> getDeclaringClass()
- Specified by:
getDeclaringClass
in interfacejava.lang.reflect.Member
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfacejava.lang.reflect.Member
-
getModifiers
public int getModifiers()
- Specified by:
getModifiers
in interfacejava.lang.reflect.Member
-
getParameterTypes
public java.lang.Class<?>[] getParameterTypes()
- Specified by:
getParameterTypes
in interfaceAnnotatedMethod<T>
-
getGenericParameterTypes
public java.lang.reflect.Type[] getGenericParameterTypes()
- Specified by:
getGenericParameterTypes
in interfaceAnnotatedMethod<T>
-
getExceptionTypes
public java.lang.Class<?>[] getExceptionTypes()
- Specified by:
getExceptionTypes
in interfaceAnnotatedMethod<T>
-
getGenericExceptionTypes
public java.lang.reflect.Type[] getGenericExceptionTypes()
- Specified by:
getGenericExceptionTypes
in interfaceAnnotatedMethod<T>
-
toGenericString
public java.lang.String toGenericString()
- Specified by:
toGenericString
in interfaceAnnotatedMethod<T>
-
isVarArgs
public boolean isVarArgs()
- Specified by:
isVarArgs
in interfaceAnnotatedMethod<T>
-
isSynthetic
public boolean isSynthetic()
- Specified by:
isSynthetic
in interfacejava.lang.reflect.Member
-
-