public class BackedAnnotatedParameter<X> extends BackedAnnotated implements javax.enterprise.inject.spi.AnnotatedParameter<X>, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static <X> List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
forExecutable(Executable executable,
BackedAnnotatedCallable<X,?> declaringCallable,
SharedObjectCache cache) |
protected AnnotatedElement |
getAnnotatedElement() |
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Set<Annotation> |
getAnnotations() |
BackedAnnotatedCallable<X,?> |
getDeclaringCallable() |
Parameter |
getJavaParameter() |
int |
getPosition() |
protected ReflectionCache |
getReflectionCache() |
int |
hashCode() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
static <X> javax.enterprise.inject.spi.AnnotatedParameter<X> |
of(Parameter parameter,
int position,
BackedAnnotatedCallable<X,?> declaringCallable,
SharedObjectCache sharedObjectCache) |
String |
toString() |
getTypeClosure, initTypeClosuregetBaseTypepublic static <X> List<javax.enterprise.inject.spi.AnnotatedParameter<X>> forExecutable(Executable executable, BackedAnnotatedCallable<X,?> declaringCallable, SharedObjectCache cache)
public static <X> javax.enterprise.inject.spi.AnnotatedParameter<X> of(Parameter parameter, int position, BackedAnnotatedCallable<X,?> declaringCallable, SharedObjectCache sharedObjectCache)
public int getPosition()
getPosition in interface javax.enterprise.inject.spi.AnnotatedParameter<X>public Parameter getJavaParameter()
getJavaParameter 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.