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