spring - how can i Write an ItemWriter for the ItemProcessor? -
hello im trying write itemwriter itemprocessor problem i
m new , luck knowledge.
itemprocessor code package sa.com.anb.itg.dev.settlement.batch;
import org.springframework.batch.item.itemprocessor; public class processing implements itemprocessor<transactionas, transactionas> { transactionas transactionas = new transactionas(); public transactionas process(transactionas transactionas ){ transactionas.dblamount = transactionas.getamount() * 3.75; transactionas.setamount(transactionas.dblamount); return transactionas; } }
please can provide me tips pr code if possible?
Comments
Post a Comment