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, initTypeClosuregetBaseTypepublic 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.Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface javax.enterprise.inject.spi.AnnotatedgetAnnotations in class BackedAnnotatedprotected AnnotatedElement getAnnotatedElement()
getAnnotatedElement in class BackedAnnotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface javax.enterprise.inject.spi.Annotatedprotected ReflectionCache getReflectionCache()
getReflectionCache in class BackedAnnotatedCopyright © 2017. All rights reserved.