Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Annotation Types
  • Fields
  • Methods
  • Deprecated Interfaces
    Interface
    Description
    org.hibernate.validator.cfg.context.AnnotationProcessingOptions
    Since 6.0. Planned for removal. Use AnnotationIgnoreOptions.ignoreAnnotations(boolean) instead.
  • Deprecated Classes
    Class
    Description
    org.hibernate.validator.cdi.internal.ValidationExtension
    use ValidationExtension instead.
    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.resourceloading.AggregateResourceBundleLocator.AggregateBundle
    This class should not have been part of the public API and will be removed at a later stage.
  • Deprecated Annotation Types
    Annotation Type
    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
  • Deprecated Fields
    Field
    Description
    org.hibernate.validator.BaseHibernateValidatorConfiguration.CONSTRAINT_MAPPING_CONTRIBUTOR
    planned for removal. Use hibernate.validator.constraint_mapping_contributors instead.
  • Deprecated Methods
    Method
    Description
    org.hibernate.validator.cfg.context.AnnotationProcessingOptions.ignoreAnnotations()
    Since 5.2. Planned for removal. Use AnnotationIgnoreOptions.ignoreAnnotations(boolean) instead.
    org.hibernate.validator.cfg.context.PropertyTarget.property(String, ElementType)
    Since 6.1. Planned for removal. Use either PropertyTarget.field(String) or PropertyTarget.getter(String) instead.
    org.hibernate.validator.internal.cfg.context.ContainerElementConstraintMappingContextImpl.property(String, ElementType)
    org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl.ignoreAnnotations()
    org.hibernate.validator.internal.cfg.context.TypeConstraintMappingContextImpl.property(String, ElementType)
    org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.ConstraintViolationBuilderImpl.addNode(String)
    org.hibernate.validator.internal.engine.constraintvalidation.ConstraintValidatorContextImpl.NodeBuilder.addNode(String)
    org.hibernate.validator.PredefinedScopeHibernateValidatorConfiguration.initializeLocales(Set<Locale>)
    Planned for removal, use BaseHibernateValidatorConfiguration.locales(Set) instead.

Copyright © 2007-2024 Red Hat, Inc. All Rights Reserved