public abstract class BackedAnnotatedCallable<X,E extends Executable> extends BackedAnnotatedMember<X> implements AnnotatedCallable<X>
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends AnnotatedMember<? super X>>| Constructor and Description |
|---|
BackedAnnotatedCallable(E executable,
Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected AnnotatedElement |
getAnnotatedElement() |
<T extends Annotation> |
getAnnotation(Class<T> annotationType)
Get program element annotation of a certain annotation type.
|
E |
getJavaMember()
Get the underlying
Member. |
List<AnnotatedParameter<X>> |
getParameters()
Get the parameters of the callable member.
|
int |
hashCode() |
protected List<AnnotatedParameter<X>> |
initParameters(E member,
SharedObjectCache sharedObjectCache) |
boolean |
isAnnotationPresent(Class<? extends 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, Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
protected List<AnnotatedParameter<X>> initParameters(E member, SharedObjectCache sharedObjectCache)
public E getJavaMember()
AnnotatedMember
Get the underlying Member.
getJavaMember in interface AnnotatedMember<X>Memberpublic List<AnnotatedParameter<X>> getParameters()
AnnotatedCallableGet the parameters of the callable member.
getParameters in interface AnnotatedCallable<X>public <T extends Annotation> T getAnnotation(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 AnnotatedElement getAnnotatedElement()
getAnnotatedElement in class BackedAnnotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
AnnotatedDetermine if the program element has an annotation of a certain annotation type.
isAnnotationPresent in interface AnnotatedannotationType - the annotation type to check forCopyright © 2015. All Rights Reserved.