没有注释的 Spring 验证框架
我的要求是根据外部配置文件(即 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看XML 配置部分 Hibernate Validator 参考手册。它可能适合您的要求。
Check out the XML configuration section of the Hibernate Validator reference manual. It might work for your requirements.