Package org.hibernate.validator.cdi.internal
package org.hibernate.validator.cdi.internal
Classes for enabling Bean Validation CDI integration. The classes in this package are only loaded if there is CDI container loading the ValidationExtension. Having these classes on the classpath does not require any CDI environment at runtime.
-
ClassesClassDescriptionDeals with methods of types in inheritance hierarchies.A
ConstraintValidatorFactory
which enables CDI based dependency injection for the createdConstraintValidator
s.Deprecated.Provides functionality for dealing with validation provider types.ABean
representing aValidatorFactory
.
ValidationExtension
instead.