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) |
E |
getJavaMember() |
java.util.List<AnnotatedParameter<X>> |
getParameters() |
int |
hashCode() |
protected java.util.List<AnnotatedParameter<X>> |
initParameters(E member,
SharedObjectCache sharedObjectCache) |
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
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()
getJavaMember in interface AnnotatedMember<X>public java.util.List<AnnotatedParameter<X>> getParameters()
getParameters in interface AnnotatedCallable<X>public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
getAnnotation in interface Annotatedprotected java.lang.reflect.AnnotatedElement getAnnotatedElement()
getAnnotatedElement in class BackedAnnotatedpublic boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
isAnnotationPresent in interface Annotatedpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2014. All Rights Reserved.