Uses of Class
org.jboss.weld.injection.MethodInjectionPoint
Packages that use MethodInjectionPoint
Package
Description
-
Uses of MethodInjectionPoint in org.jboss.weld.event
Fields in org.jboss.weld.event declared as MethodInjectionPointModifier and TypeFieldDescriptionprotected final MethodInjectionPoint<T,? super X> ObserverMethodImpl.observerMethodMethods in org.jboss.weld.event that return MethodInjectionPointModifier and TypeMethodDescriptionMethodInjectionPoint<T,? super X> ObserverMethodImpl.getMethod()protected MethodInjectionPoint<T,? super X> ExtensionObserverMethodImpl.initMethodInjectionPoint(EnhancedAnnotatedMethod<T, ? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager) protected MethodInjectionPoint<T,? super X> ObserverMethodImpl.initMethodInjectionPoint(EnhancedAnnotatedMethod<T, ? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager) -
Uses of MethodInjectionPoint in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return MethodInjectionPointModifier and TypeMethodDescription<T,X> MethodInjectionPoint<T, X> InjectionPointFactory.createMethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType, EnhancedAnnotatedMethod<T, X> enhancedMethod, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, Set<Class<? extends Annotation>> specialParameterMarkers, BeanManagerImpl manager) Methods in org.jboss.weld.injection with parameters of type MethodInjectionPointModifier and TypeMethodDescriptionstatic MethodInvocationStrategyMethodInvocationStrategy.forDisposer(MethodInjectionPoint<?, ?> method, BeanManagerImpl manager) static MethodInvocationStrategyMethodInvocationStrategy.forObserver(MethodInjectionPoint<?, ?> method, BeanManagerImpl manager) abstract <T> voidMethodInvocationStrategy.invoke(Object receiver, MethodInjectionPoint<?, ?> method, T instance, BeanManagerImpl manager, jakarta.enterprise.context.spi.CreationalContext<?> creationalContext) protected booleanMethodInvocationStrategy.startInterceptionContextIfNeeded(Object receiver, MethodInjectionPoint<?, ?> method) This method ensures that final observers on proxied beans cannot trigger interception when referencing otherwise intercepted method in observer body - e.g. so that they recognize self-invocation. -
Uses of MethodInjectionPoint in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return types with arguments of type MethodInjectionPointModifier and TypeMethodDescriptionList<Set<MethodInjectionPoint<?,?>>> DefaultInjector.getInitializerMethods()List<Set<MethodInjectionPoint<?,?>>> Injector.getInitializerMethods() -
Uses of MethodInjectionPoint in org.jboss.weld.util
Methods in org.jboss.weld.util that return types with arguments of type MethodInjectionPointModifier and TypeMethodDescriptionstatic <T> List<Set<MethodInjectionPoint<?,?>>> BeanMethods.getInitializerMethods(jakarta.enterprise.inject.spi.Bean<?> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager) Method parameters in org.jboss.weld.util with type arguments of type MethodInjectionPointModifier and TypeMethodDescriptionstatic <T> voidBeans.callInitializers(T instance, jakarta.enterprise.context.spi.CreationalContext<T> creationalContext, BeanManagerImpl manager, Iterable<? extends MethodInjectionPoint<?, ?>> initializerMethods) Calls all initializers of the beanstatic Set<ParameterInjectionPoint<?,?>> InjectionPoints.flattenParameterInjectionPoints(List<Set<MethodInjectionPoint<?, ?>>> methodInjectionPoints)