public abstract class BackedAnnotatedCallable<X,M extends Member> extends BackedAnnotatedMember<X> implements javax.enterprise.inject.spi.AnnotatedCallable<X>
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends javax.enterprise.inject.spi.AnnotatedMember<? super X>>
Constructor and Description |
---|
BackedAnnotatedCallable(M member,
Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
Modifier and Type | Method and Description |
---|---|
List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
getParameters() |
protected abstract List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
initParameters(M member,
SharedObjectCache sharedObjectCache) |
getDeclaringType, getReflectionCache, isStatic
getAnnotatedElement, getAnnotations, getTypeClosure, initTypeClosure
getBaseType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BackedAnnotatedCallable(M member, Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
protected abstract List<javax.enterprise.inject.spi.AnnotatedParameter<X>> initParameters(M member, SharedObjectCache sharedObjectCache)
Copyright © 2016. All rights reserved.