public static class AbstractDecoratorInjectionTarget.SubClassAnnotatedConstructorImpl<T> extends AnnotatedConstructorImpl<T>
| Modifier and Type | Field and Description |
|---|---|
protected Member |
javaMember
Member type
|
| Constructor and Description |
|---|
SubClassAnnotatedConstructorImpl(WebBeansContext webBeansContext,
Constructor<T> parentConstructor,
Constructor<T> javaMember,
javax.enterprise.inject.spi.AnnotatedType<T> declaringType) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
getDeclaringClass() |
javax.enterprise.inject.spi.AnnotatedType<X> |
getDeclaringType() |
protected Class<?> |
getOwningClass() |
boolean |
isStatic() |
getJavaMember, toStringgetParameters, setAnnotatedParametersaddAnnotation, buildRepeatableAnnotations, clearAnnotations, extractTypeClojure, getAnnotation, getAnnotations, getBaseType, getRepeatables, getTypeClosure, getWebBeansContext, isAnnotationPresent, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected final Member javaMember
public SubClassAnnotatedConstructorImpl(WebBeansContext webBeansContext, Constructor<T> parentConstructor, Constructor<T> javaMember, javax.enterprise.inject.spi.AnnotatedType<T> declaringType)
public javax.enterprise.inject.spi.AnnotatedType<X> getDeclaringType()
getDeclaringType in interface javax.enterprise.inject.spi.AnnotatedMember<X>public boolean isStatic()
isStatic in interface javax.enterprise.inject.spi.AnnotatedMember<X>protected Class<?> getOwningClass()
getOwningClass in class AbstractAnnotatedprotected Class<?> getDeclaringClass()
getDeclaringClass in class AbstractAnnotatedCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.