How to make string validation via jackson?

前端 未结 0 658
半阙折子戏
半阙折子戏 2021-01-22 01:02

I have some class with string fields inside it

    public class Variable {
    private String id;
    private String name;
}

My goal is to have <

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