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, isStatic
getAnnotatedElement, getAnnotations, getTypeClosure
getBaseType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDeclaringType, getJavaMember, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public 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()
AnnotatedCallable
Get the parameters of the callable member.
getParameters
in interface AnnotatedCallable<X>
Copyright © 2013 Seam Framework. All Rights Reserved.