public abstract class ForwardingWeldMethod<T,X> extends ForwardingWeldMember<T,X,java.lang.reflect.Method> implements EnhancedAnnotatedMethod<T,X>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS| Constructor and Description |
|---|
ForwardingWeldMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract EnhancedAnnotatedMethod<T,X> |
delegate() |
java.util.List<EnhancedAnnotatedParameter<?,X>> |
getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType) |
java.util.List<? extends EnhancedAnnotatedParameter<?,X>> |
getEnhancedParameters()
Gets the abstracted parameters of the method
|
java.util.List<EnhancedAnnotatedParameter<?,X>> |
getEnhancedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
Get the parameters annotated with a given annotation type.
|
java.lang.reflect.Method |
getJavaMember()
Get the underlying
Member. |
java.util.List<AnnotatedParameter<X>> |
getParameters()
Get the parameters of the callable member.
|
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
Annotated with minimal memory footprint. |
getDeclaringTypegetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStaticequals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDeclaringTypegetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStaticisStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentprotected abstract EnhancedAnnotatedMethod<T,X> delegate()
delegate in class ForwardingWeldMember<T,X,java.lang.reflect.Method>public java.util.List<EnhancedAnnotatedParameter<?,X>> getAnnotatedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
public java.lang.Class<?>[] getParameterTypesAsArray()
EnhancedAnnotatedMethodgetParameterTypesAsArray in interface EnhancedAnnotatedMethod<T,X>public java.util.List<? extends EnhancedAnnotatedParameter<?,X>> getEnhancedParameters()
EnhancedAnnotatedCallablegetEnhancedParameters in interface EnhancedAnnotatedCallable<T,X,java.lang.reflect.Method>public java.lang.String getPropertyName()
EnhancedAnnotatedMethodgetPropertyName in interface EnhancedAnnotatedMethod<T,X>public boolean isEquivalent(java.lang.reflect.Method method)
EnhancedAnnotatedMethodisEquivalent in interface EnhancedAnnotatedMethod<T,X>method - The JLR methodpublic MethodSignature getSignature()
getSignature in interface EnhancedAnnotatedMethod<T,X>public java.util.List<EnhancedAnnotatedParameter<?,X>> getEnhancedParameters(java.lang.Class<? extends java.lang.annotation.Annotation> metaAnnotationType)
EnhancedAnnotatedMethodgetEnhancedParameters in interface EnhancedAnnotatedCallable<T,X,java.lang.reflect.Method>getEnhancedParameters in interface EnhancedAnnotatedMethod<T,X>metaAnnotationType - The annotation to matchpublic java.util.List<AnnotatedParameter<X>> getParameters()
AnnotatedCallableGet the parameters of the callable member.
getParameters in interface AnnotatedCallable<X>public java.lang.reflect.Method getJavaMember()
AnnotatedMember
Get the underlying Member.
getJavaMember in interface AnnotatedMember<X>getJavaMember in interface AnnotatedMethod<X>Memberpublic AnnotatedMethod<X> slim()
EnhancedAnnotatedAnnotated 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>slim in interface EnhancedAnnotatedMethod<T,X>slim in class ForwardingWeldMember<T,X,java.lang.reflect.Method>AnnotatedCopyright © 2015. All Rights Reserved.