public interface EnhancedAnnotatedCallable<T,X,S extends Member> extends EnhancedAnnotatedMember<T,X,S>, 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
|
AnnotatedCallable<X> |
slim()
Returns a lightweight implementation of
AnnotatedCallable with minimal memory footprint. |
getDeclaringTypegetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStaticgetParametersgetJavaMember, isStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentList<? extends EnhancedAnnotatedParameter<?,X>> getEnhancedParameters()
List<EnhancedAnnotatedParameter<?,X>> getEnhancedParameters(Class<? extends Annotation> annotationType)
annotationType - The annotation to matchAnnotatedCallable<X> slim()
AnnotatedCallable with minimal memory footprint.slim in interface EnhancedAnnotated<T,S extends Member>slim in interface EnhancedAnnotatedMember<T,X,S extends Member>AnnotatedCallableCopyright © 2016. All Rights Reserved.