See: Description
| Class | Description |
|---|---|
| BatchPropertyContext |
Context object to hold parsed JSR-352 batch properties, mapping properties to beans /
"batch artifacts".
|
| JsrAutowiredAnnotationBeanPostProcessor |
This class overrides methods in the copied
SpringAutowiredAnnotationBeanPostProcessor class
to check for the BatchProperty annotation before processing injection annotations. |
| JsrExpressionParser |
Support class for parsing JSR-352 expressions.
|
| ThreadLocalClassloaderBeanPostProcessor |
After the
BeanFactory is created, this post processor will evaluate to see
if any of the beans referenced from a job definition (as defined by JSR-352) point
to class names instead of bean names. |
| Enum | Description |
|---|---|
| BatchArtifactType |
Enum to identify batch artifact types.
|