public interface EnhancedAnnotatedMethod<T,X> extends EnhancedAnnotatedCallable<T,X,Method>, AnnotatedMethod<X>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS| Modifier and Type | Method and Description |
|---|---|
List<EnhancedAnnotatedParameter<?,X>> |
getEnhancedParameters(Class<? extends Annotation> annotationType)
Get the parameters annotated with a given annotation type.
|
Class<?>[] |
getParameterTypesAsArray()
Get the parameter types as an array
|
String |
getPropertyName()
Gets the property name
|
MethodSignature |
getSignature() |
boolean |
isEquivalent(Method method)
Checks if a this is equivalent to a JLR method
|
AnnotatedMethod<X> |
slim()
Returns a lightweight implementation of
AnnotatedMethod with minimal memory footprint. |
getEnhancedParametersgetDeclaringTypegetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStaticgetJavaMembergetParametersisStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentClass<?>[] getParameterTypesAsArray()
String getPropertyName()
boolean isEquivalent(Method method)
method - The JLR methodMethodSignature getSignature()
List<EnhancedAnnotatedParameter<?,X>> getEnhancedParameters(Class<? extends Annotation> annotationType)
getEnhancedParameters in interface EnhancedAnnotatedCallable<T,X,Method>annotationType - The annotation to matchAnnotatedMethod<X> slim()
AnnotatedMethod with minimal memory footprint.slim in interface EnhancedAnnotated<T,Method>slim in interface EnhancedAnnotatedCallable<T,X,Method>slim in interface EnhancedAnnotatedMember<T,X,Method>AnnotatedMethodCopyright © 2014 Seam Framework. All Rights Reserved.