public abstract class BackedAnnotatedCallable<X,E extends Executable> extends BackedAnnotatedMember<X> implements javax.enterprise.inject.spi.AnnotatedCallable<X>
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends javax.enterprise.inject.spi.AnnotatedMember<? super X>>| Constructor and Description |
|---|
BackedAnnotatedCallable(E executable,
Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected AnnotatedElement |
getAnnotatedElement() |
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
E |
getJavaMember() |
List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
getParameters() |
int |
hashCode() |
protected List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
initParameters(E member,
SharedObjectCache sharedObjectCache) |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
getDeclaringType, getReflectionCache, isStaticgetAnnotations, getTypeClosure, initTypeClosuregetBaseTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic BackedAnnotatedCallable(E executable, Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
protected List<javax.enterprise.inject.spi.AnnotatedParameter<X>> initParameters(E member, SharedObjectCache sharedObjectCache)
public E getJavaMember()
getJavaMember in interface javax.enterprise.inject.spi.AnnotatedMember<X>public List<javax.enterprise.inject.spi.AnnotatedParameter<X>> getParameters()
getParameters in interface javax.enterprise.inject.spi.AnnotatedCallable<X>public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation in interface javax.enterprise.inject.spi.Annotatedprotected AnnotatedElement getAnnotatedElement()
getAnnotatedElement in class BackedAnnotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface javax.enterprise.inject.spi.AnnotatedCopyright © 2017. All rights reserved.