Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 swagger 代码生成器工具来创建模型,并且该模型用作 spring boot rest api 输入有效负载,以及如何验证生成的模型类类似于 @valid 注释
如果自动生成的 swagger 类没有任何验证逻辑/注释,则需要将属性/值复制到具有验证注释的实体类对象并创建验证工厂并从验证器接口调用 validate()。