Uses of Package
org.springframework.beans.factory.generator
Packages that use org.springframework.beans.factory.generator
Package
Description
Support package for annotation-driven bean configuration.
Support for generating code that represents the state of a bean factory.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Support for generating code that represents the state of an application
context.
-
Classes in org.springframework.beans.factory.generator used by org.springframework.beans.factory.annotationClassDescriptionSpecialization of a priority ordered
BeanPostProcessorthat contributes to bean instantiation ahead of time, providing generated code that is equivalent to its runtime behavior.A contribution to the instantiation of a bean following ahead of time processing. -
Classes in org.springframework.beans.factory.generator used by org.springframework.beans.factory.generatorClassDescriptionThrown when a bean definition could not be generated.Contribute optimizations ahead of time to initialize a bean factory.The initialization of a
BeanFactory.A contribution to the instantiation of a bean following ahead of time processing.Generate code that instantiate a particular bean.Support for generating parameters.ABeanFactoryContributionthat registers a bean with the bean factory.Strategy interface to be implemented by components that require custom contribution for a bean definition. -
Classes in org.springframework.beans.factory.generator used by org.springframework.context.annotationClassDescriptionSpecialization of
BeanFactoryPostProcessorthat contributes bean factory optimizations ahead of time, using generated code that replaces runtime behavior.Specialization of a priority orderedBeanPostProcessorthat contributes to bean instantiation ahead of time, providing generated code that is equivalent to its runtime behavior.Contribute optimizations ahead of time to initialize a bean factory. -
Classes in org.springframework.beans.factory.generator used by org.springframework.context.generator