public class BackedAnnotatedMethod<X> extends BackedAnnotatedCallable<X,Method> implements javax.enterprise.inject.spi.AnnotatedMethod<X>, Serializable
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends javax.enterprise.inject.spi.AnnotatedMember<? super X>>| Constructor and Description |
|---|
BackedAnnotatedMethod(Method method,
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) |
Method |
getJavaMember() |
int |
hashCode() |
protected List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
initParameters(Method method,
SharedObjectCache sharedObjectCache) |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
static <X,Y extends X> |
of(Method method,
BackedAnnotatedType<Y> declaringType,
SharedObjectCache sharedObjectCache) |
String |
toString() |
getParametersgetDeclaringType, getReflectionCache, isStaticgetAnnotations, getTypeClosure, initTypeClosuregetBaseTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic BackedAnnotatedMethod(Method method, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
public static <X,Y extends X> javax.enterprise.inject.spi.AnnotatedMethod<X> of(Method method, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache)
protected List<javax.enterprise.inject.spi.AnnotatedParameter<X>> initParameters(Method method, SharedObjectCache sharedObjectCache)
initParameters in class BackedAnnotatedCallable<X,Method>public Method getJavaMember()
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.