X - declaring class infopublic class AnnotatedParameterImpl<X> extends AbstractAnnotated implements javax.enterprise.inject.spi.AnnotatedParameter<X>
AnnotatedParameter interface.| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.AnnotatedCallable<X> |
getDeclaringCallable() |
protected Class<?> |
getDeclaringClass() |
protected Class<?> |
getOwningClass() |
int |
getPosition() |
String |
toString() |
addAnnotation, buildRepeatableAnnotations, clearAnnotations, extractTypeClojure, getAnnotation, getAnnotations, getBaseType, getRepeatables, getTypeClosure, getWebBeansContext, isAnnotationPresent, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic javax.enterprise.inject.spi.AnnotatedCallable<X> getDeclaringCallable()
getDeclaringCallable in interface javax.enterprise.inject.spi.AnnotatedParameter<X>public int getPosition()
getPosition in interface javax.enterprise.inject.spi.AnnotatedParameter<X>public String toString()
toString in class AbstractAnnotatedprotected Class<?> getOwningClass()
getOwningClass in class AbstractAnnotatedprotected Class<?> getDeclaringClass()
getDeclaringClass in class AbstractAnnotatedCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.