Class ValidatorFactoryBean

java.lang.Object
org.hibernate.validator.cdi.internal.ValidatorFactoryBean
All Implemented Interfaces:
Contextual<ValidatorFactory>, Bean<ValidatorFactory>, BeanAttributes<ValidatorFactory>, PassivationCapable

public class ValidatorFactoryBean extends Object implements Bean<ValidatorFactory>, PassivationCapable
A Bean representing a ValidatorFactory. There is one instance of this type representing the default validator factory and optionally another instance representing the HV validator factory in case the default provider is not HV.
Author:
Hardy Ferentschik, Gunnar Morling, Guillaume Smet