Uses of Class
org.jboss.weld.injection.MethodInjectionPoint
-
Packages that use MethodInjectionPoint Package Description org.jboss.weld.event org.jboss.weld.injection org.jboss.weld.injection.producer org.jboss.weld.util -
-
Uses of MethodInjectionPoint in org.jboss.weld.event
Fields in org.jboss.weld.event declared as MethodInjectionPoint Modifier and Type Field Description protected MethodInjectionPoint<T,? super X>ObserverMethodImpl. observerMethodMethods in org.jboss.weld.event that return MethodInjectionPoint Modifier and Type Method Description MethodInjectionPoint<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 MethodInjectionPoint Modifier and Type Method Description <T,X>
MethodInjectionPoint<T,X>InjectionPointFactory. createMethodInjectionPoint(MethodInjectionPoint.MethodInjectionPointType methodInjectionPointType, EnhancedAnnotatedMethod<T,X> enhancedMethod, Bean<?> declaringBean, Class<?> declaringComponentClass, Set<Class<? extends Annotation>> specialParameterMarkers, BeanManagerImpl manager)Methods in org.jboss.weld.injection with parameters of type MethodInjectionPoint Modifier and Type Method Description static 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, 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. -
Uses of MethodInjectionPoint in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return types with arguments of type MethodInjectionPoint Modifier and Type Method Description List<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 MethodInjectionPoint Modifier and Type Method Description static <T> List<Set<MethodInjectionPoint<?,?>>>BeanMethods. getInitializerMethods(Bean<?> declaringBean, EnhancedAnnotatedType<T> type, BeanManagerImpl manager)Method parameters in org.jboss.weld.util with type arguments of type MethodInjectionPoint Modifier and Type Method Description static <T> voidBeans. callInitializers(T instance, CreationalContext<T> creationalContext, BeanManagerImpl manager, Iterable<? extends MethodInjectionPoint<?,?>> initializerMethods)Calls all initializers of the beanstatic Set<ParameterInjectionPoint<?,?>>InjectionPoints. flattenParameterInjectionPoints(List<Set<MethodInjectionPoint<?,?>>> methodInjectionPoints)
-