public class BackedAnnotatedParameter<X> extends BackedAnnotated implements javax.enterprise.inject.spi.AnnotatedParameter<X>, Serializable
Constructor and Description |
---|
BackedAnnotatedParameter(Type baseType,
Annotation[] annotations,
int position,
BackedAnnotatedCallable<X,?> declaringCallable,
SharedObjectCache sharedObjectCache) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected AnnotatedElement |
getAnnotatedElement() |
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Set<Annotation> |
getAnnotations() |
BackedAnnotatedCallable<X,?> |
getDeclaringCallable() |
int |
getPosition() |
protected ReflectionCache |
getReflectionCache() |
int |
hashCode() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
static <X> javax.enterprise.inject.spi.AnnotatedParameter<X> |
of(Type baseType,
Annotation[] annotations,
int position,
BackedAnnotatedCallable<X,?> declaringCallable,
SharedObjectCache sharedObjectCache) |
String |
toString() |
getTypeClosure, initTypeClosure
getBaseType
public BackedAnnotatedParameter(Type baseType, Annotation[] annotations, int position, BackedAnnotatedCallable<X,?> declaringCallable, SharedObjectCache sharedObjectCache)
public static <X> javax.enterprise.inject.spi.AnnotatedParameter<X> of(Type baseType, Annotation[] annotations, int position, BackedAnnotatedCallable<X,?> declaringCallable, SharedObjectCache sharedObjectCache)
public int getPosition()
getPosition
in interface javax.enterprise.inject.spi.AnnotatedParameter<X>
public BackedAnnotatedCallable<X,?> getDeclaringCallable()
getDeclaringCallable
in interface javax.enterprise.inject.spi.AnnotatedParameter<X>
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation
in interface javax.enterprise.inject.spi.Annotated
public Set<Annotation> getAnnotations()
getAnnotations
in interface javax.enterprise.inject.spi.Annotated
getAnnotations
in class BackedAnnotated
protected AnnotatedElement getAnnotatedElement()
getAnnotatedElement
in class BackedAnnotated
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent
in interface javax.enterprise.inject.spi.Annotated
protected ReflectionCache getReflectionCache()
getReflectionCache
in class BackedAnnotated
Copyright © 2016. All rights reserved.