Uses of Class
org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator

Packages that use AbstractMethodInvokingDelegator
org.springframework.batch.item.adapter Adapters for Plain Old Java Objects. 
 

Uses of AbstractMethodInvokingDelegator in org.springframework.batch.item.adapter
 

Subclasses of AbstractMethodInvokingDelegator in org.springframework.batch.item.adapter
 class ItemProcessorAdapter<I,O>
          Invokes a custom method on a delegate plain old Java object which itself processes an item.
 class ItemReaderAdapter<T>
          Invokes a custom method on a delegate plain old Java object which itself provides an item.
 class ItemWriterAdapter<T>
          Delegates item processing to a custom method - passes the item as an argument for the delegate method.
 class PropertyExtractingDelegatingItemWriter<T>
          Delegates processing to a custom method - extracts property values from item object and uses them as arguments for the delegate method.
 



Copyright © 2009. All Rights Reserved.