Package org.springframework.batch.item.adapter
@NonNullApi
package org.springframework.batch.item.adapter
Adapters for Plain Old Java Objects.
-
ClassDescriptionSuperclass for delegating classes which dynamically call a custom method of injected object.Indicates an error has been encountered while trying to dynamically invoke a method e.g.A
MethodInvoker
that is a bit relaxed about its arguments.ItemProcessorAdapter<I,O> Invokes a custom method on a delegate plain old Java object which itself processes an item.Invokes a custom method on a delegate plain old Java object which itself provides an item.Delegates item processing to a custom method - passes the item as an argument for the delegate method.Delegates processing to a custom method - extracts property values from item object and uses them as arguments for the delegate method.