Class BackedAnnotatedCallable<X,E extends Executable>
- 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,E>
-
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated,jakarta.enterprise.inject.spi.AnnotatedCallable<X>,jakarta.enterprise.inject.spi.AnnotatedMember<X>
- Direct Known Subclasses:
BackedAnnotatedConstructor,BackedAnnotatedMethod
public abstract class BackedAnnotatedCallable<X,E extends Executable> extends BackedAnnotatedMember<X> implements jakarta.enterprise.inject.spi.AnnotatedCallable<X>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.annotated.slim.backed.BackedAnnotatedMember
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends jakarta.enterprise.inject.spi.AnnotatedMember<? super X>>
-
-
Constructor Summary
Constructors Constructor Description BackedAnnotatedCallable(E executable, Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)protected AnnotatedElementgetAnnotatedElement()<T extends Annotation>
TgetAnnotation(Class<T> annotationType)EgetJavaMember()List<jakarta.enterprise.inject.spi.AnnotatedParameter<X>>getParameters()inthashCode()protected List<jakarta.enterprise.inject.spi.AnnotatedParameter<X>>initParameters(E member, SharedObjectCache sharedObjectCache)booleanisAnnotationPresent(Class<? extends Annotation> annotationType)-
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, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
BackedAnnotatedCallable
public BackedAnnotatedCallable(E executable, Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
-
-
Method Detail
-
initParameters
protected List<jakarta.enterprise.inject.spi.AnnotatedParameter<X>> initParameters(E member, SharedObjectCache sharedObjectCache)
-
getJavaMember
public E getJavaMember()
- Specified by:
getJavaMemberin interfacejakarta.enterprise.inject.spi.AnnotatedMember<X>
-
getParameters
public List<jakarta.enterprise.inject.spi.AnnotatedParameter<X>> getParameters()
- Specified by:
getParametersin interfacejakarta.enterprise.inject.spi.AnnotatedCallable<X>
-
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
- Specified by:
getAnnotationin interfacejakarta.enterprise.inject.spi.Annotated
-
getAnnotatedElement
protected AnnotatedElement getAnnotatedElement()
- Specified by:
getAnnotatedElementin classBackedAnnotated
-
isAnnotationPresent
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
- Specified by:
isAnnotationPresentin interfacejakarta.enterprise.inject.spi.Annotated
-
-