Update a class without overriding @JsonUnwrapped properties

前端 未结 0 1146
孤街浪徒
孤街浪徒 2021-01-31 21:41

I have a Class with a field annotated with @JsonUnwrapped:

public static class MyClass {

    @JsonProperty("field1")
    private String field1;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题