Package org.jboss.weld.util.annotated
Class ForwardingAnnotatedCallable<X>
- java.lang.Object
-
- org.jboss.weld.util.annotated.ForwardingAnnotated
-
- org.jboss.weld.util.annotated.ForwardingAnnotatedMember<X>
-
- org.jboss.weld.util.annotated.ForwardingAnnotatedCallable<X>
-
- All Implemented Interfaces:
Annotated,AnnotatedCallable<X>,AnnotatedMember<X>
- Direct Known Subclasses:
ForwardingAnnotatedConstructor,ForwardingAnnotatedMethod
public abstract class ForwardingAnnotatedCallable<X> extends ForwardingAnnotatedMember<X> implements AnnotatedCallable<X>
Forwarding implementation ofAnnotatedCallable.- Author:
- Jozef Hartinger
-
-
Constructor Summary
Constructors Constructor Description ForwardingAnnotatedCallable()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract AnnotatedCallable<X>delegate()List<AnnotatedParameter<X>>getParameters()Get the parameters of the callable member.-
Methods inherited from class org.jboss.weld.util.annotated.ForwardingAnnotatedMember
getDeclaringType, getJavaMember, isStatic
-
Methods inherited from class org.jboss.weld.util.annotated.ForwardingAnnotated
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
-
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedMember
getDeclaringType, getJavaMember, isStatic
-
-
-
-
Method Detail
-
getParameters
public List<AnnotatedParameter<X>> getParameters()
Description copied from interface:AnnotatedCallableGet the parameters of the callable member.
- Specified by:
getParametersin interfaceAnnotatedCallable<X>- Returns:
- the parameters
-
delegate
protected abstract AnnotatedCallable<X> delegate()
- Specified by:
delegatein classForwardingAnnotatedMember<X>
-
-