public class AnnotatedParameterImpl<T> extends AnnotatedImpl implements javax.enterprise.inject.spi.AnnotatedParameter<T>
| Constructor and Description |
|---|
AnnotatedParameterImpl(javax.enterprise.inject.spi.AnnotatedParameter<? super T> param,
javax.enterprise.inject.spi.AnnotatedCallable<T> declaringCallable) |
AnnotatedParameterImpl(javax.enterprise.inject.spi.AnnotatedParameter<? super T> param,
java.util.Set<java.lang.annotation.Annotation> annotations,
javax.enterprise.inject.spi.AnnotatedCallable<T> declaringCallable) |
AnnotatedParameterImpl(java.lang.reflect.Type baseType,
java.util.Set<java.lang.reflect.Type> typeClosure,
java.util.Set<java.lang.annotation.Annotation> annotations,
javax.enterprise.inject.spi.AnnotatedCallable<T> declaringCallable,
int position) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.AnnotatedCallable<T> |
getDeclaringCallable() |
int |
getPosition() |
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic AnnotatedParameterImpl(java.lang.reflect.Type baseType,
java.util.Set<java.lang.reflect.Type> typeClosure,
java.util.Set<java.lang.annotation.Annotation> annotations,
javax.enterprise.inject.spi.AnnotatedCallable<T> declaringCallable,
int position)
public AnnotatedParameterImpl(javax.enterprise.inject.spi.AnnotatedParameter<? super T> param, javax.enterprise.inject.spi.AnnotatedCallable<T> declaringCallable)
public javax.enterprise.inject.spi.AnnotatedCallable<T> getDeclaringCallable()
getDeclaringCallable in interface javax.enterprise.inject.spi.AnnotatedParameter<T>public int getPosition()
getPosition in interface javax.enterprise.inject.spi.AnnotatedParameter<T>Copyright © 2015 Oracle Corporation. All Rights Reserved.