public class UnbackedAnnotatedMethod<X> extends UnbackedAnnotatedMember<X> implements javax.enterprise.inject.spi.AnnotatedMethod<X>, Serializable
Constructor and Description |
---|
UnbackedAnnotatedMethod(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations,
UnbackedAnnotatedType<X> declaringType,
List<javax.enterprise.inject.spi.AnnotatedParameter<X>> originalParameters,
Method method,
SharedObjectCache cache) |
Modifier and Type | Method and Description |
---|---|
Method |
getJavaMember() |
List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
getParameters() |
static <X,Y extends X> |
of(javax.enterprise.inject.spi.AnnotatedMethod<X> originalMethod,
UnbackedAnnotatedType<Y> declaringType,
SharedObjectCache cache) |
String |
toString() |
getDeclaringType, isStatic
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresent
getBaseType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public UnbackedAnnotatedMethod(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<javax.enterprise.inject.spi.AnnotatedParameter<X>> originalParameters, Method method, SharedObjectCache cache)
public static <X,Y extends X> javax.enterprise.inject.spi.AnnotatedMethod<X> of(javax.enterprise.inject.spi.AnnotatedMethod<X> originalMethod, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache)
public Method getJavaMember()
public List<javax.enterprise.inject.spi.AnnotatedParameter<X>> getParameters()
getParameters
in interface javax.enterprise.inject.spi.AnnotatedCallable<X>
Copyright © 2016. All rights reserved.