Package org.jboss.weld.util.annotated
Class ForwardingWeldParameter<T,X>
- java.lang.Object
-
- org.jboss.weld.util.annotated.ForwardingAnnotated
-
- org.jboss.weld.util.annotated.ForwardingWeldAnnotated<T,Object>
-
- org.jboss.weld.util.annotated.ForwardingWeldParameter<T,X>
-
- All Implemented Interfaces:
javax.enterprise.inject.spi.Annotated,javax.enterprise.inject.spi.AnnotatedParameter<X>,EnhancedAnnotated<T,Object>,EnhancedAnnotatedParameter<T,X>
public abstract class ForwardingWeldParameter<T,X> extends ForwardingWeldAnnotated<T,Object> implements EnhancedAnnotatedParameter<T,X>
-
-
Field Summary
-
Fields inherited from interface org.jboss.weld.annotated.enhanced.EnhancedAnnotated
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS
-
-
Constructor Summary
Constructors Constructor Description ForwardingWeldParameter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract EnhancedAnnotatedParameter<T,X>delegate()javax.enterprise.inject.spi.AnnotatedCallable<X>getDeclaringCallable()EnhancedAnnotatedCallable<?,X,?>getDeclaringEnhancedCallable()EnhancedAnnotatedType<X>getDeclaringType()intgetPosition()javax.enterprise.inject.spi.AnnotatedParameter<X>slim()Returns a lightweight implementation ofAnnotatedwith minimal memory footprint.-
Methods inherited from class org.jboss.weld.util.annotated.ForwardingWeldAnnotated
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, 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 org.jboss.weld.annotated.enhanced.EnhancedAnnotated
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStatic
-
-
-
-
Method Detail
-
delegate
protected abstract EnhancedAnnotatedParameter<T,X> delegate()
- Specified by:
delegatein classForwardingWeldAnnotated<T,Object>
-
getDeclaringCallable
public javax.enterprise.inject.spi.AnnotatedCallable<X> getDeclaringCallable()
- Specified by:
getDeclaringCallablein interfacejavax.enterprise.inject.spi.AnnotatedParameter<T>
-
getPosition
public int getPosition()
- Specified by:
getPositionin interfacejavax.enterprise.inject.spi.AnnotatedParameter<T>
-
getDeclaringEnhancedCallable
public EnhancedAnnotatedCallable<?,X,?> getDeclaringEnhancedCallable()
- Specified by:
getDeclaringEnhancedCallablein interfaceEnhancedAnnotatedParameter<T,X>
-
getDeclaringType
public EnhancedAnnotatedType<X> getDeclaringType()
- Specified by:
getDeclaringTypein interfaceEnhancedAnnotatedParameter<T,X>
-
slim
public javax.enterprise.inject.spi.AnnotatedParameter<X> slim()
Description copied from interface:EnhancedAnnotatedReturns a lightweight implementation ofAnnotatedwith minimal memory footprint.- Specified by:
slimin interfaceEnhancedAnnotated<T,X>- Specified by:
slimin interfaceEnhancedAnnotatedParameter<T,X>- Overrides:
slimin classForwardingWeldAnnotated<T,Object>- Returns:
- the slim version of this
Annotated
-
-