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, isStaticgetAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentgetBaseTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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 © 2017. All rights reserved.