public abstract class BackedAnnotatedCallable<X,M extends Member> extends BackedAnnotatedMember<X> implements AnnotatedCallable<X>
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends AnnotatedMember<? super X>>| Constructor and Description |
|---|
BackedAnnotatedCallable(M member,
Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedParameter<X>> |
getParameters()
Get the parameters of the callable member.
|
protected abstract List<AnnotatedParameter<X>> |
initParameters(M member,
SharedObjectCache sharedObjectCache) |
getDeclaringType, getReflectionCache, initTypeClosure, isStaticgetAnnotatedElement, getAnnotations, getTypeClosuregetBaseTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeclaringType, getJavaMember, isStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic BackedAnnotatedCallable(M member, Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
protected abstract List<AnnotatedParameter<X>> initParameters(M member, SharedObjectCache sharedObjectCache)
public List<AnnotatedParameter<X>> getParameters()
AnnotatedCallableGet the parameters of the callable member.
getParameters in interface AnnotatedCallable<X>Copyright © 2013 Seam Framework. All Rights Reserved.