The issue I was facing was because of Lombok annotations like @NoArgsConstructor,@AllArgsConstructor and @Data as soon as I removed these annotations and added getters and setters manually the code worked fine.