| As of PR https://github.com/hibernate/hibernate-validator/pull/814, for cascaded validation the potentially applicable value extractors ("candidate VEs") will be computed once per location. At runtime the applicable VE must then be selected amongst the candidate VEs. We should explore whether that second step benefits from maintaining a cache of VE (type) by value type. |