Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedCallable
-
Packages that use EnhancedAnnotatedCallable Package Description org.jboss.weld.annotated.enhanced org.jboss.weld.annotated.enhanced.jlr org.jboss.weld.injection -
-
Uses of EnhancedAnnotatedCallable in org.jboss.weld.annotated.enhanced
Subinterfaces of EnhancedAnnotatedCallable in org.jboss.weld.annotated.enhanced Modifier and Type Interface Description interfaceEnhancedAnnotatedConstructor<T>Represents a Class ConstructorinterfaceEnhancedAnnotatedMethod<T,X>AnnotatedType provides a uniform access to the annotations on an annotated class defined either in Java or XMLMethods in org.jboss.weld.annotated.enhanced that return EnhancedAnnotatedCallable Modifier and Type Method Description EnhancedAnnotatedCallable<?,X,?>EnhancedAnnotatedParameter. getDeclaringEnhancedCallable() -
Uses of EnhancedAnnotatedCallable in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement EnhancedAnnotatedCallable Modifier and Type Class Description classAbstractEnhancedAnnotatedCallable<T,X,S extends Member>classEnhancedAnnotatedConstructorImpl<T>Represents an annotated constructorclassEnhancedAnnotatedMethodImpl<T,X>Represents an annotated methodMethods in org.jboss.weld.annotated.enhanced.jlr that return EnhancedAnnotatedCallable Modifier and Type Method Description EnhancedAnnotatedCallable<?,X,?>EnhancedAnnotatedParameterImpl. getDeclaringEnhancedCallable()Methods in org.jboss.weld.annotated.enhanced.jlr with parameters of type EnhancedAnnotatedCallable Modifier and Type Method Description static <T,X>
EnhancedAnnotatedParameter<T,X>EnhancedAnnotatedParameterImpl. of(AnnotatedParameter<X> annotatedParameter, EnhancedAnnotatedCallable<?,X,?> declaringMember, ClassTransformer classTransformer)Constructors in org.jboss.weld.annotated.enhanced.jlr with parameters of type EnhancedAnnotatedCallable Constructor Description EnhancedAnnotatedParameterImpl(AnnotatedParameter<X> annotatedParameter, EnhancedAnnotatedCallable<?,X,?> declaringMember, Map<Class<? extends Annotation>,Annotation> annotationMap, ClassTransformer classTransformer)Constructor -
Uses of EnhancedAnnotatedCallable in org.jboss.weld.injection
Methods in org.jboss.weld.injection with parameters of type EnhancedAnnotatedCallable Modifier and Type Method Description <X> List<ParameterInjectionPoint<?,X>>InjectionPointFactory. getParameterInjectionPoints(EnhancedAnnotatedCallable<?,X,?> callable, Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager, boolean observerOrDisposer)Constructors in org.jboss.weld.injection with parameters of type EnhancedAnnotatedCallable Constructor Description MethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType, EnhancedAnnotatedCallable<T,X,Method> callable, Bean<?> declaringBean, Class<?> declaringComponentClass, InjectionPointFactory factory, BeanManagerImpl manager)
-