Uses of Interface
org.jboss.weld.manager.api.WeldInjectionTarget
Packages that use WeldInjectionTarget
-
Uses of WeldInjectionTarget in org.jboss.weld.manager.api
Methods in org.jboss.weld.manager.api that return WeldInjectionTargetModifier and TypeMethodDescriptionWeldInjectionTargetBuilder.build()Returns a newly-createdWeldInjectionTargetbased on the contents of this builder.WeldInjectionTargetFactory.createInjectionTarget(jakarta.enterprise.inject.spi.Bean<T> bean) WeldInjectionTargetFactory.createInterceptorInjectionTarget()Create a new injection target for an interceptor bound usingInterceptorsor a deployment descriptor.WeldInjectionTargetFactory.createNonProducibleInjectionTarget()Creates aWeldInjectionTargetimplementation that does not support construction/destruction of instances but provides field/setter injection capabilities.