Jackson deserialization feature which fails if not all properties are present?

前端 未结 0 1383
春和景丽
春和景丽 2020-12-22 04:57

Let\'s say I have this POJO:

@Data
public class MyPojo {
  private boolean isEnabled;
  private int timeout;
}


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