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.
有没有办法从该方法访问叶或根 bean ConstraintValidator.isValid?如果没有,是否有任何解决方法?
ConstraintValidator.isValid
谢谢你。
马科斯
不,没有,原因是调用时没有 bean 实例Validator#validateValue()。
Validator#validateValue()