Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedCallable
Packages that use EnhancedAnnotatedCallable
Package
Description
-
Uses of EnhancedAnnotatedCallable in org.jboss.weld.annotated.enhanced
Subinterfaces of EnhancedAnnotatedCallable in org.jboss.weld.annotated.enhancedModifier and TypeInterfaceDescriptioninterfaceRepresents a Class ConstructorinterfaceAnnotatedType 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 -
Uses of EnhancedAnnotatedCallable in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement EnhancedAnnotatedCallableModifier and TypeClassDescriptionclassAbstractEnhancedAnnotatedCallable<T,X, S extends Member> classRepresents an annotated constructorclassRepresents an annotated methodMethods in org.jboss.weld.annotated.enhanced.jlr that return EnhancedAnnotatedCallableMethods in org.jboss.weld.annotated.enhanced.jlr with parameters of type EnhancedAnnotatedCallableModifier and TypeMethodDescriptionstatic <T,X> EnhancedAnnotatedParameter<T, X> EnhancedAnnotatedParameterImpl.of(jakarta.enterprise.inject.spi.AnnotatedParameter<X> annotatedParameter, EnhancedAnnotatedCallable<?, X, ?> declaringMember, ClassTransformer classTransformer) Constructors in org.jboss.weld.annotated.enhanced.jlr with parameters of type EnhancedAnnotatedCallableModifierConstructorDescriptionprotectedEnhancedAnnotatedParameterImpl(jakarta.enterprise.inject.spi.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 EnhancedAnnotatedCallableModifier and TypeMethodDescription<X> List<ParameterInjectionPoint<?,X>> InjectionPointFactory.getParameterInjectionPoints(EnhancedAnnotatedCallable<?, X, ?> callable, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager, boolean observerOrDisposer) Constructors in org.jboss.weld.injection with parameters of type EnhancedAnnotatedCallableModifierConstructorDescriptionprotectedMethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType, EnhancedAnnotatedCallable<T, X, Method> callable, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, InjectionPointFactory factory, BeanManagerImpl manager)