Class BackedAnnotatedMethod<X>
- java.lang.Object
-
- org.jboss.weld.annotated.slim.BaseAnnotated
-
- org.jboss.weld.annotated.slim.backed.BackedAnnotated
-
- org.jboss.weld.annotated.slim.backed.BackedAnnotatedMember<X>
-
- org.jboss.weld.annotated.slim.backed.BackedAnnotatedCallable<X,Method>
-
- org.jboss.weld.annotated.slim.backed.BackedAnnotatedMethod<X>
-
- All Implemented Interfaces:
Serializable,javax.enterprise.inject.spi.Annotated,javax.enterprise.inject.spi.AnnotatedCallable<X>,javax.enterprise.inject.spi.AnnotatedMember<X>,javax.enterprise.inject.spi.AnnotatedMethod<X>
public class BackedAnnotatedMethod<X> extends BackedAnnotatedCallable<X,Method> implements javax.enterprise.inject.spi.AnnotatedMethod<X>, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.annotated.slim.backed.BackedAnnotatedMember
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends javax.enterprise.inject.spi.AnnotatedMember<? super X>>
-
-
Constructor Summary
Constructors Constructor Description BackedAnnotatedMethod(Method method, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)protected AnnotatedElementgetAnnotatedElement()<T extends Annotation>
TgetAnnotation(Class<T> annotationType)MethodgetJavaMember()inthashCode()protected List<javax.enterprise.inject.spi.AnnotatedParameter<X>>initParameters(Method method, SharedObjectCache sharedObjectCache)booleanisAnnotationPresent(Class<? extends Annotation> annotationType)static <X,Y extends X>
javax.enterprise.inject.spi.AnnotatedMethod<X>of(Method method, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache)StringtoString()-
Methods inherited from class org.jboss.weld.annotated.slim.backed.BackedAnnotatedCallable
getParameters
-
Methods inherited from class org.jboss.weld.annotated.slim.backed.BackedAnnotatedMember
getDeclaringType, getReflectionCache, isStatic
-
Methods inherited from class org.jboss.weld.annotated.slim.backed.BackedAnnotated
getAnnotations, getTypeClosure, initTypeClosure
-
Methods inherited from class org.jboss.weld.annotated.slim.BaseAnnotated
getBaseType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
BackedAnnotatedMethod
public BackedAnnotatedMethod(Method method, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
-
-
Method Detail
-
of
public static <X,Y extends X> javax.enterprise.inject.spi.AnnotatedMethod<X> of(Method method, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache)
-
initParameters
protected List<javax.enterprise.inject.spi.AnnotatedParameter<X>> initParameters(Method method, SharedObjectCache sharedObjectCache)
- Specified by:
initParametersin classBackedAnnotatedCallable<X,Method>
-
getJavaMember
public Method getJavaMember()
-
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
- Specified by:
getAnnotationin interfacejavax.enterprise.inject.spi.Annotated
-
getAnnotatedElement
protected AnnotatedElement getAnnotatedElement()
- Specified by:
getAnnotatedElementin classBackedAnnotated
-
isAnnotationPresent
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
- Specified by:
isAnnotationPresentin interfacejavax.enterprise.inject.spi.Annotated
-
-