Package org.jboss.weld.util.annotated
Class ForwardingAnnotatedType<X>
java.lang.Object
org.jboss.weld.util.annotated.ForwardingAnnotated
org.jboss.weld.util.annotated.ForwardingAnnotatedType<X>
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated,jakarta.enterprise.inject.spi.AnnotatedType<X>
- Direct Known Subclasses:
AnnotatedTypeWrapper,VetoedSuppressedAnnotatedType
public abstract class ForwardingAnnotatedType<X>
extends ForwardingAnnotated
implements jakarta.enterprise.inject.spi.AnnotatedType<X>
Forwarding implementation of AnnotatedType
- Author:
- Stuart Douglas <stuart@baileyroberts.com.au>, Ales Justin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.weld.util.annotated.ForwardingAnnotated
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedType
getAnnotations
-
Constructor Details
-
ForwardingAnnotatedType
public ForwardingAnnotatedType()
-
-
Method Details
-
delegate
- Specified by:
delegatein classForwardingAnnotated
-
getConstructors
- Specified by:
getConstructorsin interfacejakarta.enterprise.inject.spi.AnnotatedType<X>
-
getFields
- Specified by:
getFieldsin interfacejakarta.enterprise.inject.spi.AnnotatedType<X>
-
getJavaClass
- Specified by:
getJavaClassin interfacejakarta.enterprise.inject.spi.AnnotatedType<X>
-
getMethods
- Specified by:
getMethodsin interfacejakarta.enterprise.inject.spi.AnnotatedType<X>
-