Using @JsonCreator to create two instances of same class in one JSON DTO

前端 未结 0 2082
一向
一向 2021-02-15 20:23

I have such POJO to create price setting from a HTTP request:

public class ObjectPricingSetting {

  @JsonProperty("pricing_type")
  private final Objec         


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