| Class | Description |
|---|---|
| PropertySettingJobFactory |
A JobFactory that instantiates the Job instance (using the default no-arg
constructor, or more specifically:
class.newInstance()), and
then attempts to set all values from the SchedulerContext and
the JobExecutionContext's merged JobDataMap onto
bean properties of the Job. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.