@NonNullApi
See: Description
| Class | Description |
|---|---|
| JsrBeanScopeBeanFactoryPostProcessor |
In order for property resolution to occur correctly within the scope of a JSR-352
batch job, initialization of job level artifacts must occur on the same thread that
the job is executing.
|
| JsrBeanScopeBeanFactoryPostProcessor.JobLevelBeanLazyInitializer |
Looks for beans that may have dependencies that need to be lazily initialized and
configures the corresponding
BeanDefinition accordingly. |
| JsrStepExecutionAggregator |
Aggregates
StepExecutions based on the rules outlined in JSR-352. |