X - declaring classpublic abstract class AbstractAnnotatedCallable<X> extends AbstractAnnotated implements javax.enterprise.inject.spi.AnnotatedCallable<X>
AnnotatedCallable interface.| Modifier and Type | Field and Description |
|---|---|
protected Member |
javaMember
Member type
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
getDeclaringClass() |
javax.enterprise.inject.spi.AnnotatedType<X> |
getDeclaringType() |
Member |
getJavaMember() |
protected Class<?> |
getOwningClass() |
List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
getParameters() |
boolean |
isStatic() |
protected void |
setAnnotatedParameters(Type[] genericParameterTypes,
Annotation[][] parameterAnnotations) |
String |
toString() |
addAnnotation, buildRepeatableAnnotations, clearAnnotations, extractTypeClojure, getAnnotation, getAnnotations, getBaseType, getRepeatables, getTypeClosure, getWebBeansContext, isAnnotationPresent, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected final Member javaMember
protected void setAnnotatedParameters(Type[] genericParameterTypes, Annotation[][] parameterAnnotations)
public List<javax.enterprise.inject.spi.AnnotatedParameter<X>> getParameters()
getParameters in interface javax.enterprise.inject.spi.AnnotatedCallable<X>public String toString()
public javax.enterprise.inject.spi.AnnotatedType<X> getDeclaringType()
getDeclaringType in interface javax.enterprise.inject.spi.AnnotatedMember<X>public Member getJavaMember()
getJavaMember 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.