public interface EnhancedAnnotatedCallable<T,X,S extends Member> extends EnhancedAnnotatedMember<T,X,S>, javax.enterprise.inject.spi.AnnotatedCallable<X>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS
Modifier and Type | Method and Description |
---|---|
List<? extends EnhancedAnnotatedParameter<?,X>> |
getEnhancedParameters()
Gets the abstracted parameters of the method
|
List<EnhancedAnnotatedParameter<?,X>> |
getEnhancedParameters(Class<? extends Annotation> annotationType)
Gets the list of annotated parameters for a given annotation
|
javax.enterprise.inject.spi.AnnotatedCallable<X> |
slim()
Returns a lightweight implementation of
AnnotatedCallable with minimal memory footprint. |
getDeclaringType
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStatic
List<? extends EnhancedAnnotatedParameter<?,X>> getEnhancedParameters()
List<EnhancedAnnotatedParameter<?,X>> getEnhancedParameters(Class<? extends Annotation> annotationType)
annotationType
- The annotation to matchjavax.enterprise.inject.spi.AnnotatedCallable<X> slim()
AnnotatedCallable
with minimal memory footprint.Copyright © 2016. All rights reserved.