Package org.hibernate.validator
package org.hibernate.validator
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.
This package is part of the public Hibernate Validator API.
-
ClassDescriptionBase interface for Hibernate Validator specific configurations.Default implementation of
ValidationProvider
within Hibernate Validator.Uniquely identifies Hibernate Validator in the Bean Validation bootstrap strategy.Represents a Hibernate Validator specific context that is used to createValidator
instances.Provides Hibernate Validator extensions toValidatorFactory
.Our specific implementation ofBasicPermission
as we cannot define additionalRuntimePermission
.Marks the annotated element as incubating.Implementation ofValidationProvider
limiting validation to a predefined scope.Extension ofHibernateValidatorConfiguration
with additional methods dedicated to defining the predefined scope of bean validation e.g.Provides Hibernate Validator extensions toValidatorFactory
in the context of a predefined scope.