Package com.ecom.winners.transformers
Class UserProcessor
java.lang.Object
com.ecom.winners.transformers.UserProcessor
public class UserProcessor
extends Object
implements org.springframework.batch.item.ItemProcessor<List<UserDTO>,List<User>>
UserProcessor implements ItemProcessor functional interface.
It transforms the UserDTO list to a list of User entities with mapDtoTOEntity function.
-
Constructor Summary
-
Method Summary