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 |
|---|---|
protected List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
initParameters(Constructor<X> member,
SharedObjectCache sharedObjectCache) |
static <X> javax.enterprise.inject.spi.AnnotatedConstructor<X> |
of(Constructor<X> constructor,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
String |
toString() |
equals, getAnnotatedElement, getAnnotation, getJavaMember, getParameters, hashCode, isAnnotationPresentgetDeclaringType, getReflectionCache, isStaticgetAnnotations, getTypeClosure, initTypeClosuregetBaseTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotations, getJavaMemberpublic 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>>Copyright © 2017. All rights reserved.