I have a DTO with a nested object:
public class MyDto { private Place place; private Integer int1; private Integer int2; // ... other fields, lombok gette