|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.processor.NoOpProcessor<T>
public class NoOpProcessor<T>
NoOp List Processor. Simply forwards the input unaltered. Useful if you want to use Decorators but don't want to do any Processing
Constructor Summary | |
---|---|
NoOpProcessor()
|
Method Summary | |
---|---|
T |
process(T item)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoOpProcessor()
Method Detail |
---|
public T process(T item) throws java.lang.Exception
process
in interface org.springframework.batch.item.ItemProcessor<T,T>
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 |