Resolved the issue by adding
@JsonDeserialize(builder = MyClass.MyClassBuilder.class) and JsonProperty annotation
1 Like
Resolved the issue by adding
@JsonDeserialize(builder = MyClass.MyClassBuilder.class) and JsonProperty annotation