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
ConstraintValidatorFactorywhich enables CDI based dependency injection for the createdConstraintValidators.Deprecated.Provides functionality for dealing with validation provider types.ABeanrepresenting aValidatorFactory.
ValidationExtensioninstead.