Class ValidatorFactoryImpl

java.lang.Object
org.hibernate.validator.internal.engine.ValidatorFactoryImpl
All Implemented Interfaces:
ValidatorFactory, AutoCloseable, HibernateValidatorFactory

public class ValidatorFactoryImpl extends Object implements HibernateValidatorFactory
Factory returning initialized Validator instances. This is the Hibernate Validator default implementation of the ValidatorFactory interface.
Author:
Emmanuel Bernard, Hardy Ferentschik, Gunnar Morling, Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Chris Beckey <cbeckey@paypal.com>, Guillaume Smet, Marko Bekhta