|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.processor.decorator.SingleItemToListProcessorDecorator<I,O>
public class SingleItemToListProcessorDecorator<I,O>
Constructor Summary | |
---|---|
SingleItemToListProcessorDecorator(org.springframework.batch.item.ItemProcessor<java.util.List<I>,java.util.List<O>> decoratedItemProcessor)
|
Method Summary | |
---|---|
java.util.List<O> |
process(I item)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleItemToListProcessorDecorator(org.springframework.batch.item.ItemProcessor<java.util.List<I>,java.util.List<O>> decoratedItemProcessor)
Method Detail |
---|
public java.util.List<O> process(I item) throws java.lang.Exception
process
in interface org.springframework.batch.item.ItemProcessor<I,java.util.List<O>>
java.lang.Exception
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |