org.jboss.weld.introspector
Interface WeldCallable<T,X,S extends java.lang.reflect.Member>

All Superinterfaces:
javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedCallable<X>, javax.enterprise.inject.spi.AnnotatedMember<X>, WeldAnnotated<T,S>, WeldMember<T,X,S>
All Known Subinterfaces:
WeldConstructor<T>, WeldMethod<T,X>
All Known Implementing Classes:
AbstractWeldCallable, ConstructorInjectionPoint, ForwardingWeldConstructor, ForwardingWeldMethod, MethodInjectionPoint, WeldConstructorImpl, WeldMethodImpl

public interface WeldCallable<T,X,S extends java.lang.reflect.Member>
extends WeldMember<T,X,S>, javax.enterprise.inject.spi.AnnotatedCallable<X>

Author:
pmuir

Field Summary
 
Fields inherited from interface org.jboss.weld.introspector.WeldAnnotated
MAPPED_METAANNOTATIONS
 
Method Summary
 java.util.List<WeldParameter<?,X>> getAnnotatedWBParameters(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
          Gets the list of annotated parameters for a given annotation
 java.util.List<? extends WeldParameter<?,X>> getWBParameters()
          Gets the abstracted parameters of the method
 
Methods inherited from interface org.jboss.weld.introspector.WeldMember
getDeclaringType, getJavaMember
 
Methods inherited from interface org.jboss.weld.introspector.WeldAnnotated
getActualTypeArguments, getBindingsAsArray, getDeclaredMetaAnnotations, getInterfaceOnlyFlattenedTypeHierarchy, getJavaClass, getMetaAnnotations, getMetaAnnotationsAsArray, getName, getPackage, getQualifiers, isDeclaredAnnotationPresent, isFinal, isPackagePrivate, isParameterizedType, isPrivate, isProxyable, isPublic, isStatic
 
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedCallable
getParameters
 
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedMember
isStatic
 
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
 

Method Detail

getWBParameters

java.util.List<? extends WeldParameter<?,X>> getWBParameters()
Gets the abstracted parameters of the method

Returns:
A list of parameters. Returns an empty list if no parameters are present.

getAnnotatedWBParameters

java.util.List<WeldParameter<?,X>> getAnnotatedWBParameters(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
Gets the list of annotated parameters for a given annotation

Parameters:
metaAnnotationType - The annotation to match
Returns:
A set of matching parameter abstractions. Returns an empty list if there are no matches.


Copyright © 2008-2009 Seam Framework. All Rights Reserved.