Package org.apache.webbeans.portable
Class AnnotatedParameterImpl<X>
- java.lang.Object
-
- org.apache.webbeans.portable.AbstractAnnotated
-
- org.apache.webbeans.portable.AnnotatedParameterImpl<X>
-
- Type Parameters:
X- declaring class info
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated,jakarta.enterprise.inject.spi.AnnotatedParameter<X>
public class AnnotatedParameterImpl<X> extends AbstractAnnotated implements jakarta.enterprise.inject.spi.AnnotatedParameter<X>
Implementation ofAnnotatedParameterinterface.- Version:
- $Rev$ $Date$
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.enterprise.inject.spi.AnnotatedCallable<X>getDeclaringCallable()protected Class<?>getDeclaringClass()protected Class<?>getOwningClass()intgetPosition()StringtoString()-
Methods inherited from class org.apache.webbeans.portable.AbstractAnnotated
addAnnotation, buildRepeatableAnnotations, clearAnnotations, extractTypeClojure, getAnnotation, getAnnotations, getBaseType, getRepeatables, getTypeClosure, getWebBeansContext, isAnnotationPresent, setAnnotations
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDeclaringCallable
public jakarta.enterprise.inject.spi.AnnotatedCallable<X> getDeclaringCallable()
- Specified by:
getDeclaringCallablein interfacejakarta.enterprise.inject.spi.AnnotatedParameter<X>
-
getPosition
public int getPosition()
- Specified by:
getPositionin interfacejakarta.enterprise.inject.spi.AnnotatedParameter<X>
-
toString
public String toString()
- Overrides:
toStringin classAbstractAnnotated
-
getOwningClass
protected Class<?> getOwningClass()
- Specified by:
getOwningClassin classAbstractAnnotated
-
getDeclaringClass
protected Class<?> getDeclaringClass()
- Specified by:
getDeclaringClassin classAbstractAnnotated
-
-