Using Jackson annotations with JsonPatch

后端 未结 0 551

If I have the following dto in spring boot

public class PersonDto {

@JsonProperty(access = Access.READ_ONLY)
private Long id;

@NotBlank
private String name;         


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