Uses of Class
org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator
Package
Description
Interfaces and generic implementations of tasklet concerns.
Adapters for Plain Old Java Objects.
-
Uses of AbstractMethodInvokingDelegator in org.springframework.batch.core.step.tasklet
-
Uses of AbstractMethodInvokingDelegator in org.springframework.batch.item.adapter
Modifier and TypeClassDescriptionclass
ItemProcessorAdapter<I,
O> Invokes a custom method on a delegate plain old Java object which itself processes an item.class
Invokes a custom method on a delegate plain old Java object which itself provides an item.class
Delegates item processing to a custom method - passes the item as an argument for the delegate method.class
Delegates processing to a custom method - extracts property values from item object and uses them as arguments for the delegate method.