private class MethodParameterInjectionPoint.ArgumentAnnotated<X>
extends java.lang.Object
implements javax.enterprise.inject.spi.AnnotatedParameter<X>
Modifier | Constructor and Description |
---|---|
private |
ArgumentAnnotated() |
Modifier and Type | Method and Description |
---|---|
<Y extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<Y> annotationType) |
java.util.Set<java.lang.annotation.Annotation> |
getAnnotations() |
java.lang.reflect.Type |
getBaseType() |
javax.enterprise.inject.spi.AnnotatedCallable<X> |
getDeclaringCallable() |
int |
getPosition() |
java.util.Set<java.lang.reflect.Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
public 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 <Y extends java.lang.annotation.Annotation> Y getAnnotation(java.lang.Class<Y> annotationType)
getAnnotation
in interface javax.enterprise.inject.spi.Annotated
public java.util.Set<java.lang.annotation.Annotation> getAnnotations()
getAnnotations
in interface javax.enterprise.inject.spi.Annotated
public java.lang.reflect.Type getBaseType()
getBaseType
in interface javax.enterprise.inject.spi.Annotated
public java.util.Set<java.lang.reflect.Type> getTypeClosure()
getTypeClosure
in interface javax.enterprise.inject.spi.Annotated
public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
isAnnotationPresent
in interface javax.enterprise.inject.spi.Annotated