| Name | Description | Type | Package | Framework | 
| AbstractMethodInvokingDelegator | Superclass for delegating classes which dynamically call a custom method ofinjected object. | Class | org.springframework.batch.item.adapter | Spring Batch | 
| AbstractMethodInvokingDelegator .InvocationTargetThrowableWrapper | Used to wrap a Throwable (not an Exception) thrown by areflectively-invoked delegate. | Class | org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator | Spring Batch | 
| DynamicMethodInvocationException | Indicates an error has been encountered while trying to dynamically invoke amethod e. | Class | org.springframework.batch.item.adapter | Spring Batch | 
| HippyMethodInvoker | A MethodInvoker that is a bit relaxed about its arguments. | Class | org.springframework.batch.item.adapter | Spring Batch | 
| ItemProcessorAdapter | Class | org.springframework.batch.item.adapter | Spring Batch | |
| ItemReaderAdapter | Invokes a custom method on a delegate plain old Java object which itselfAuthor:Robert Kasanicky | Class | org.springframework.batch.item.adapter | Spring Batch | 
| ItemWriterAdapter | Delegates item processing to a custom method -passes the item as an argument for the delegate method. | Class | org.springframework.batch.item.adapter | Spring Batch | 
| PropertyExtractingDelegatingItemWriter | Delegates processing to a custom method - extracts property values from itemobject and uses them as arguments for the delegate method. | Class | org.springframework.batch.item.adapter | Spring Batch |