X - class infopublic class AnnotatedConstructorImpl<X> extends AbstractAnnotatedCallable<X> implements javax.enterprise.inject.spi.AnnotatedConstructor<X>
AnnotatedConstructor interface.| Modifier and Type | Field and Description |
|---|---|
protected Member |
javaMember
Member type
|
| Constructor and Description |
|---|
AnnotatedConstructorImpl(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.AnnotatedConstructor<X> annotatedConstructor,
javax.enterprise.inject.spi.AnnotatedType<X> declaringType) |
AnnotatedConstructorImpl(WebBeansContext webBeansContext,
Constructor<X> javaMember,
javax.enterprise.inject.spi.AnnotatedType<X> declaringType)
Create a ew instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
getDeclaringClass() |
javax.enterprise.inject.spi.AnnotatedType<X> |
getDeclaringType() |
Constructor<X> |
getJavaMember() |
protected Class<?> |
getOwningClass() |
boolean |
isStatic() |
String |
toString() |
getParameters, 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 AnnotatedConstructorImpl(WebBeansContext webBeansContext, Constructor<X> javaMember, javax.enterprise.inject.spi.AnnotatedType<X> declaringType)
javaMember - constructorpublic AnnotatedConstructorImpl(WebBeansContext webBeansContext, javax.enterprise.inject.spi.AnnotatedConstructor<X> annotatedConstructor, javax.enterprise.inject.spi.AnnotatedType<X> declaringType)
public Constructor<X> getJavaMember()
public String toString()
toString in class AbstractAnnotatedCallable<X>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.