Package org.jboss.weld.injection
Class InjectionContextImpl<T>
java.lang.Object
org.jboss.weld.injection.InjectionContextImpl<T>
- All Implemented Interfaces:
org.jboss.weld.injection.spi.InjectionContext<T>
public abstract class InjectionContextImpl<T>
extends Object
implements org.jboss.weld.injection.spi.InjectionContext<T>
- Author:
- pmuir
-
Constructor Summary
ConstructorsConstructorDescriptionInjectionContextImpl(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.InjectionTarget<T> injectionTarget, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, T target) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.weld.injection.spi.InjectionContext
proceed
-
Constructor Details
-
InjectionContextImpl
public InjectionContextImpl(BeanManagerImpl beanManager, jakarta.enterprise.inject.spi.InjectionTarget<T> injectionTarget, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, T target)
-
-
Method Details
-
run
public void run() -
getInjectionTarget
- Specified by:
getInjectionTargetin interfaceorg.jboss.weld.injection.spi.InjectionContext<T>
-
getAnnotatedType
- Specified by:
getAnnotatedTypein interfaceorg.jboss.weld.injection.spi.InjectionContext<T>
-
getTarget
- Specified by:
getTargetin interfaceorg.jboss.weld.injection.spi.InjectionContext<T>
-