|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.writer.decorator.FieldTruncatingWriterDecorator<O>
public class FieldTruncatingWriterDecorator<O>
The Class FieldTruncatingWriterDecorator.
Constructor Summary | |
---|---|
FieldTruncatingWriterDecorator(org.springframework.batch.item.ItemWriter<O> decorated)
Instantiates a new field truncating writer decorator. |
Method Summary | |
---|---|
Truncator |
getTruncator()
Gets the truncator. |
void |
setTruncator(Truncator truncator)
Sets the truncator. |
void |
write(java.util.List<? extends O> list)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldTruncatingWriterDecorator(org.springframework.batch.item.ItemWriter<O> decorated)
decorated
- the decoratedMethod Detail |
---|
public void write(java.util.List<? extends O> list) throws java.lang.Exception
write
in interface org.springframework.batch.item.ItemWriter<O>
java.lang.Exception
public Truncator getTruncator()
public void setTruncator(Truncator truncator)
truncator
- the new truncator
|
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 |