Class ValidatorBean

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

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