Interface and Description |
---|
org.hibernate.validator.cfg.context.AnnotationProcessingOptions
Since 6.0. Planned for removal. Use
AnnotationIgnoreOptions.ignoreAnnotations(boolean) instead. |
Class and Description |
---|
org.hibernate.validator.resourceloading.AggregateResourceBundleLocator.AggregateBundle
This class should not have been part of the public API and will be removed at a later stage.
|
org.hibernate.validator.internal.constraintvalidators.hv.ModCheckValidator
As of release 5.1.0, replaced by
Mod10CheckValidator and Mod11CheckValidator |
org.hibernate.validator.parameternameprovider.ReflectionParameterNameProvider
since 6.0 - getting the parameter names via reflection is now enabled by default. Planned for removal.
|
org.hibernate.validator.cdi.internal.ValidationExtension
use
ValidationExtension instead. |
Annotation Type and Description |
---|
org.hibernate.validator.constraints.Email
use the standard
Email constraint instead |
org.hibernate.validator.constraints.ModCheck
As of release 5.1.0, replaced by
Mod10Check and Mod11Check |
org.hibernate.validator.constraints.NotBlank
use the standard
NotBlank constraint instead |
org.hibernate.validator.constraints.NotEmpty
use the standard
NotEmpty constraint instead |
Field and Description |
---|
org.hibernate.validator.BaseHibernateValidatorConfiguration.CONSTRAINT_MAPPING_CONTRIBUTOR
planned for removal. Use hibernate.validator.constraint_mapping_contributors instead.
|
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved