public class UnbackedAnnotatedMethod<X> extends UnbackedAnnotatedMember<X> implements AnnotatedMethod<X>, java.io.Serializable
| Constructor and Description |
|---|
UnbackedAnnotatedMethod(java.lang.reflect.Type baseType,
java.util.Set<java.lang.reflect.Type> typeClosure,
java.util.Set<java.lang.annotation.Annotation> annotations,
UnbackedAnnotatedType<X> declaringType,
java.util.List<AnnotatedParameter<X>> originalParameters,
java.lang.reflect.Method method,
SharedObjectCache cache) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getJavaMember()
Get the underlying
Method. |
java.util.List<AnnotatedParameter<X>> |
getParameters()
Get the parameters of the callable member.
|
static <X,Y extends X> |
of(AnnotatedMethod<X> originalMethod,
UnbackedAnnotatedType<Y> declaringType,
SharedObjectCache cache) |
java.lang.String |
toString() |
getDeclaringType, isStaticgetAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentgetBaseTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDeclaringType, isStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentgetAnnotationsByTypepublic UnbackedAnnotatedMethod(java.lang.reflect.Type baseType,
java.util.Set<java.lang.reflect.Type> typeClosure,
java.util.Set<java.lang.annotation.Annotation> annotations,
UnbackedAnnotatedType<X> declaringType,
java.util.List<AnnotatedParameter<X>> originalParameters,
java.lang.reflect.Method method,
SharedObjectCache cache)
public static <X,Y extends X> AnnotatedMethod<X> of(AnnotatedMethod<X> originalMethod, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache)
public java.lang.reflect.Method getJavaMember()
AnnotatedMethod
Get the underlying Method.
getJavaMember in interface AnnotatedMember<X>getJavaMember in interface AnnotatedMethod<X>Methodpublic java.util.List<AnnotatedParameter<X>> getParameters()
AnnotatedCallableGet the parameters of the callable member.
getParameters in interface AnnotatedCallable<X>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014. All Rights Reserved.