I have following DTOs:
@Value public class PracticeResults { @NotNull Map wordAnswers; } @Value public class ProfileMetaDto {
I had this issue and the solution that worked for me what creating a default constructor without fields and the problem disappeared.