Uses of Package
org.jboss.weld.injection.producer
Packages that use org.jboss.weld.injection.producer
Package
Description
-
Classes in org.jboss.weld.injection.producer used by org.jboss.weld.injection.producerClassDescriptionCommon functionality for an instantiator capable of applying decorators to a given instance.Common functionality for
Producers backing producer fields and producer methods.BasicInjectionTargetimplementation.Injector implementation that injectsInject-annotated fields and calls CDI initializer methods.If the component is not intercepted this implementation takes care of invoking its lifecycle callback methods.Carries extended metadata -EnhancedAnnotatedTypefor a givenInjectionTarget.Implementations of this interface are capable of performing field/method injection as defined inInjectionTarget.inject(Object, CreationalContext).Implementation of this interface is capable of producing Java objects.InitializesInterceptionModelfor aBeanor a non-contextual component.Implementations of this interface are capable of performingPostConstruct/PreDestroylifecycle callback invocations.An implementation ofInjectionTargetfor classes that do not fulfill bean class requirements (e.g. are abstract or non-static inner classes).This implementation never invokesPostConstruct/PreDestroycallbacks.Injectorthat adds support for resource field and setter injection.Instantiates an enhanced subclass of a given component class. -
Classes in org.jboss.weld.injection.producer used by org.jboss.weld.manager
-
Classes in org.jboss.weld.injection.producer used by org.jboss.weld.module
-
Classes in org.jboss.weld.injection.producer used by org.jboss.weld.utilClassDescriptionImplementations of this interface are capable of performing field/method injection as defined in
InjectionTarget.inject(Object, CreationalContext).Implementations of this interface are capable of performingPostConstruct/PreDestroylifecycle callback invocations.An implementation ofInjectionTargetfor classes that do not fulfill bean class requirements (e.g. are abstract or non-static inner classes).