没有注释的 Spring 验证框架

发布于 2024-12-03 15:40:44 字数 142 浏览 1 评论 0原文

我的要求是根据外部配置文件(即 xml)验证类字段。我不想使用注释,就像我想更改某些配置一样,我需要更改类文件,这是不可取的。我假设这是使用Spring AOP实现的,所以在spring context xml文件中必须有一些用于外部配置的命名空间。任何帮助将不胜感激。

My requirement is to validate Class fields on the basis of external configuration file i.e xml. I dont want to use annotation as if I want to change some configuration, I will need to change class file which is not desirable. I assume this is implemented using Spring AOP, so there must be some namespace for external configuration in spring context xml file. Any help will be highly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伪心 2024-12-10 15:40:44

查看XML 配置部分 Hibernate Validator 参考手册。它可能适合您的要求。

Check out the XML configuration section of the Hibernate Validator reference manual. It might work for your requirements.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文