Uses of Class
org.apache.webbeans.portable.InjectionTargetImpl
-
Packages that use InjectionTargetImpl Package Description org.apache.webbeans.component org.apache.webbeans.portable org.apache.webbeans.portable.events.generics org.apache.webbeans.util -
-
Uses of InjectionTargetImpl in org.apache.webbeans.component
Methods in org.apache.webbeans.component that return InjectionTargetImpl Modifier and Type Method Description InjectionTargetImpl<T>ManagedBean. getOriginalInjectionTarget()Methods in org.apache.webbeans.component with parameters of type InjectionTargetImpl Modifier and Type Method Description voidManagedBean. setOriginalInjectionTarget(InjectionTargetImpl<T> originalInjectionTarget) -
Uses of InjectionTargetImpl in org.apache.webbeans.portable
Subclasses of InjectionTargetImpl in org.apache.webbeans.portable Modifier and Type Class Description classAbstractDecoratorInjectionTarget<T>classAbstractEjbInjectionTarget<T>classConversationProducerProducer for@Inject Conversation;classLazyInterceptorDefinedInjectionTarget<T> -
Uses of InjectionTargetImpl in org.apache.webbeans.portable.events.generics
Constructors in org.apache.webbeans.portable.events.generics with parameters of type InjectionTargetImpl Constructor Description GProcessInjectionTarget(InjectionTargetImpl<?> injectionTarget, jakarta.enterprise.inject.spi.AnnotatedType<?> annotatedType) -
Uses of InjectionTargetImpl in org.apache.webbeans.util
Methods in org.apache.webbeans.util with parameters of type InjectionTargetImpl Modifier and Type Method Description <T> GProcessInjectionTargetWebBeansUtil. fireProcessInjectionTargetEvent(InjectionTargetImpl<T> injectionTarget, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType)ReturnsProcessInjectionTargetevent.
-