public interface EnhancedAnnotatedMethod<T,X> extends EnhancedAnnotatedCallable<T,X,Method>, javax.enterprise.inject.spi.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
|
javax.enterprise.inject.spi.AnnotatedMethod<X> |
slim()
Returns a lightweight implementation of
AnnotatedMethod with minimal memory footprint. |
getEnhancedParameters
getDeclaringType
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStatic
Class<?>[] 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 matchjavax.enterprise.inject.spi.AnnotatedMethod<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>
AnnotatedMethod
Copyright © 2016. All rights reserved.