阅读背景:

Jackson反序列化对应的@ jsonunwrap是什么?

来源:互联网 

Say I have the following class:

假设我有以下课程:

public class Parent {
  public int age;
  @JsonUnwrapped
  public Name name;
}
p



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: