Class PredefinedScopeHibernateValidator

java.lang.Object
org.hibernate.validator.PredefinedScopeHibernateValidator
All Implemented Interfaces:
ValidationProvider<PredefinedScopeHibernateValidatorConfiguration>

@Incubating public class PredefinedScopeHibernateValidator extends Object implements ValidationProvider<PredefinedScopeHibernateValidatorConfiguration>
Implementation of ValidationProvider limiting validation to a predefined scope.

It allows to collect all the necessary metadata at bootstrap.

Since:
6.1
Author:
Guillaume Smet