public class UnbackedAnnotatedMethod<X> extends UnbackedAnnotatedMember<X> implements AnnotatedMethod<X>, Serializable
Constructor and Description |
---|
UnbackedAnnotatedMethod(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations,
UnbackedAnnotatedType<X> declaringType,
List<AnnotatedParameter<X>> originalParameters,
Method method) |
Modifier and Type | Method and Description |
---|---|
Method |
getJavaMember()
Get the underlying
Method . |
List<AnnotatedParameter<X>> |
getParameters()
Get the parameters of the callable member.
|
static <X,Y extends X> |
of(AnnotatedMethod<X> originalMethod,
UnbackedAnnotatedType<Y> declaringType) |
String |
toString() |
getDeclaringType, isStatic
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresent
getBaseType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDeclaringType, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public UnbackedAnnotatedMethod(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<AnnotatedParameter<X>> originalParameters, Method method)
public static <X,Y extends X> AnnotatedMethod<X> of(AnnotatedMethod<X> originalMethod, UnbackedAnnotatedType<Y> declaringType)
public Method getJavaMember()
AnnotatedMethod
Get the underlying Method
.
getJavaMember
in interface AnnotatedMember<X>
getJavaMember
in interface AnnotatedMethod<X>
Method
public List<AnnotatedParameter<X>> getParameters()
AnnotatedCallable
Get the parameters of the callable member.
getParameters
in interface AnnotatedCallable<X>
Copyright © 2013 Seam Framework. All Rights Reserved.