public abstract class BackedAnnotatedCallable<X,E extends java.lang.reflect.Executable> extends BackedAnnotatedMember<X> implements AnnotatedCallable<X>
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends AnnotatedMember<? super X>>| Constructor and Description |
|---|
BackedAnnotatedCallable(E executable,
java.lang.reflect.Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
protected java.lang.reflect.AnnotatedElement |
getAnnotatedElement() |
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotationType)
Get program element annotation of a certain annotation type.
|
E |
getJavaMember()
Get the underlying
Member. |
java.util.List<AnnotatedParameter<X>> |
getParameters()
Get the parameters of the callable member.
|
int |
hashCode() |
protected java.util.List<AnnotatedParameter<X>> |
initParameters(E member,
SharedObjectCache sharedObjectCache) |
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Determine if the program element has an annotation of a certain annotation type.
|
getDeclaringType, getReflectionCache, isStaticgetAnnotations, getTypeClosure, initTypeClosuregetBaseTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDeclaringType, isStaticgetAnnotations, getBaseType, getTypeClosuregetAnnotationsByTypepublic BackedAnnotatedCallable(E executable, java.lang.reflect.Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
protected java.util.List<AnnotatedParameter<X>> initParameters(E member, SharedObjectCache sharedObjectCache)
public E getJavaMember()
AnnotatedMember
Get the underlying Member.
getJavaMember in interface AnnotatedMember<X>Memberpublic java.util.List<AnnotatedParameter<X>> getParameters()
AnnotatedCallableGet the parameters of the callable member.
getParameters in interface AnnotatedCallable<X>public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
AnnotatedGet program element annotation of a certain annotation type.
getAnnotation in interface AnnotatedT - the type of the annotationannotationType - the class of the annotation typeprotected java.lang.reflect.AnnotatedElement getAnnotatedElement()
getAnnotatedElement in class BackedAnnotatedpublic boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
AnnotatedDetermine if the program element has an annotation of a certain annotation type.
isAnnotationPresent in interface AnnotatedannotationType - the annotation type to check forpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2014. All Rights Reserved.