I have a requirement of sending a Custom Object to the Spring Batch Job , where this Object is used continuously used by the Item Processor for the business requirement.
How can we send custom object from outside to the Job Context. This Object changes from Job to Job and generated at runtime depending on Business case.
How can send this as a Job Parameter? or is there any way that i can set this Object to the respective Job ?
can overriding Spring JobParameter help me in any way? or are there any Big issues as an outcome of this Overriding behaviour ?