
public class GlueCompositeFileReader<T> extends Object implements org.springframework.batch.item.ItemStreamReader<T>
Bean Property - itemsMapper : (¼±ÅÃ) - itemReaderList : (¼±ÅÃ) - returnType : (¼±ÅÃ) ¿¹Á¦»ç¿ë ¿¹# 1
| Constructor and Description |
|---|
GlueCompositeFileReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
open(org.springframework.batch.item.ExecutionContext executionContext) |
T |
read() |
void |
setItemReaderList(List<org.springframework.batch.item.ItemStreamReader<?>> itemReaderList)
setter method for DI.
|
void |
setItemsMapper(GlueItemsMapper<T> mapper)
setter method for DI.
|
void |
setReturnType(String returnType)
setter method for DI.
|
void |
update(org.springframework.batch.item.ExecutionContext executionContext) |
public void setItemsMapper(GlueItemsMapper<T> mapper)
mapper - public void setItemReaderList(List<org.springframework.batch.item.ItemStreamReader<?>> itemReaderList)
itemReaderList - public void setReturnType(String returnType)
returnType - public void open(org.springframework.batch.item.ExecutionContext executionContext)
throws org.springframework.batch.item.ItemStreamException
open in interface org.springframework.batch.item.ItemStreamorg.springframework.batch.item.ItemStreamExceptionpublic void close()
throws org.springframework.batch.item.ItemStreamException
close in interface org.springframework.batch.item.ItemStreamorg.springframework.batch.item.ItemStreamExceptionpublic void update(org.springframework.batch.item.ExecutionContext executionContext)
update in interface org.springframework.batch.item.ItemStreamCopyright © 2013–2016 POSCO ICT. All rights reserved.