public class BackedAnnotatedConstructor<X> extends BackedAnnotatedCallable<X,Constructor<X>> implements javax.enterprise.inject.spi.AnnotatedConstructor<X>, Serializable
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends javax.enterprise.inject.spi.AnnotatedMember<? super X>>
Constructor and Description |
---|
BackedAnnotatedConstructor(Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected AnnotatedElement |
getAnnotatedElement() |
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Constructor<X> |
getJavaMember() |
int |
hashCode() |
protected List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
initParameters(Constructor<X> member,
SharedObjectCache sharedObjectCache) |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
static <X> javax.enterprise.inject.spi.AnnotatedConstructor<X> |
of(Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
String |
toString() |
getParameters
getDeclaringType, getReflectionCache, isStatic
getAnnotations, getTypeClosure, initTypeClosure
getBaseType
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public BackedAnnotatedConstructor(Constructor<X> constructor, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
public static <X> javax.enterprise.inject.spi.AnnotatedConstructor<X> of(Constructor<X> constructor, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
protected List<javax.enterprise.inject.spi.AnnotatedParameter<X>> initParameters(Constructor<X> member, SharedObjectCache sharedObjectCache)
initParameters
in class BackedAnnotatedCallable<X,Constructor<X>>
protected AnnotatedElement getAnnotatedElement()
getAnnotatedElement
in class BackedAnnotated
public Constructor<X> getJavaMember()
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation
in interface javax.enterprise.inject.spi.Annotated
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent
in interface javax.enterprise.inject.spi.Annotated
Copyright © 2016. All rights reserved.