Uses of Class
org.jboss.weld.injection.MethodInjectionPoint
-
Packages that use MethodInjectionPoint Package Description org.jboss.weld.event JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection.producer JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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, javax.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, Class<? extends Annotation> specialParameterMarker, 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, javax.enterprise.context.spi.CreationalContext<?> creationalContext) -
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(javax.enterprise.inject.spi.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, javax.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)
-