Class UserProcessor

java.lang.Object
com.ecom.winners.transformers.UserProcessor
All Implemented Interfaces:
org.springframework.batch.item.ItemProcessor<List<UserDTO>, List<User>>

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 Details

    • UserProcessor

      public UserProcessor()
  • Method Details