Package org.jboss.weld.util.annotated
Class ForwardingAnnotatedConstructor<X>
- java.lang.Object
-
- org.jboss.weld.util.annotated.ForwardingAnnotated
-
- org.jboss.weld.util.annotated.ForwardingAnnotatedMember<X>
-
- org.jboss.weld.util.annotated.ForwardingAnnotatedCallable<X>
-
- org.jboss.weld.util.annotated.ForwardingAnnotatedConstructor<X>
-
- Type Parameters:
X-
- All Implemented Interfaces:
Annotated,AnnotatedCallable<X>,AnnotatedConstructor<X>,AnnotatedMember<X>
public abstract class ForwardingAnnotatedConstructor<X> extends ForwardingAnnotatedCallable<X> implements AnnotatedConstructor<X>
Forwarding implementation ofAnnotatedConstructor.- Author:
- Jozef Hartinger
-
-
Constructor Summary
Constructors Constructor Description ForwardingAnnotatedConstructor()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract AnnotatedConstructor<X>delegate()Constructor<X>getJavaMember()Get the underlyingMember.-
Methods inherited from class org.jboss.weld.util.annotated.ForwardingAnnotatedCallable
getParameters
-
Methods inherited from class org.jboss.weld.util.annotated.ForwardingAnnotatedMember
getDeclaringType, 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, getBaseType, getTypeClosure, isAnnotationPresent
-
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedCallable
getParameters
-
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedConstructor
getAnnotations
-
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedMember
getDeclaringType, isStatic
-
-
-
-
Method Detail
-
delegate
protected abstract AnnotatedConstructor<X> delegate()
- Specified by:
delegatein classForwardingAnnotatedCallable<X>
-
getJavaMember
public Constructor<X> getJavaMember()
Description copied from interface:AnnotatedMemberGet the underlying
Member.- Specified by:
getJavaMemberin interfaceAnnotatedConstructor<X>- Specified by:
getJavaMemberin interfaceAnnotatedMember<X>- Overrides:
getJavaMemberin classForwardingAnnotatedMember<X>- Returns:
- the
Member
-
-