public interface EnhancedAnnotatedMethod<T,X> extends EnhancedAnnotatedCallable<T,X,java.lang.reflect.Method>, AnnotatedMethod<X>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS| Modifier and Type | Method and Description |
|---|---|
java.util.List<EnhancedAnnotatedParameter<?,X>> |
getEnhancedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Get the parameters annotated with a given annotation type.
|
java.lang.Class<?>[] |
getParameterTypesAsArray()
Get the parameter types as an array
|
java.lang.String |
getPropertyName()
Gets the property name
|
MethodSignature |
getSignature() |
boolean |
isEquivalent(java.lang.reflect.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, isAnnotationPresentjava.lang.Class<?>[] getParameterTypesAsArray()
java.lang.String getPropertyName()
boolean isEquivalent(java.lang.reflect.Method method)
method - The JLR methodMethodSignature getSignature()
java.util.List<EnhancedAnnotatedParameter<?,X>> getEnhancedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
getEnhancedParameters in interface EnhancedAnnotatedCallable<T,X,java.lang.reflect.Method>annotationType - The annotation to matchAnnotatedMethod<X> slim()
AnnotatedMethod with minimal memory footprint.slim in interface EnhancedAnnotated<T,java.lang.reflect.Method>slim in interface EnhancedAnnotatedCallable<T,X,java.lang.reflect.Method>slim in interface EnhancedAnnotatedMember<T,X,java.lang.reflect.Method>AnnotatedMethodCopyright © 2014. All Rights Reserved.