The issue might be with Lombok. Try replacing your @Data or @Getter and @Setter with manually written getter and setter methods, or verify your Lombok plugin and dependencies are correctly configured.