java - How to access the leaf or root bean from the ConstraintValidator.isValid method? -
is there way access leaf or root bean constraintvalidator.isvalid method? if not, there workarounds?
thank you.
marcos
no, there isn't, reason being there no bean instance when invoking validator#validatevalue().
Comments
Post a Comment