I have immutable objects as follows.
@Getter @Builder class MainDetail { // 5 other String fields private Data data; } @Getter @Builder class ImageUr