Hibernate Validator

Hibernate Validator is the reference implementation of Jakarta Bean Validation. Version 9.1.0.Final implements the Jakarta Validation 3.1 specification. It provides the Validator, ValidatorFactory, ConstraintViolation APIs, additional built-in constraints beyond the spec, programmatic constraint definition, and message interpolation. Available via Maven Central and published under Apache 2.0.

API entry from apis.yml

apis.yml Raw ↑
aid: bean-validation:hibernate-validator
name: Hibernate Validator
description: Hibernate Validator is the reference implementation of Jakarta Bean Validation. Version 9.1.0.Final
  implements the Jakarta Validation 3.1 specification. It provides the Validator, ValidatorFactory, ConstraintViolation
  APIs, additional built-in constraints beyond the spec, programmatic constraint definition, and message
  interpolation. Available via Maven Central and published under Apache 2.0.
humanURL: https://hibernate.org/validator/
tags:
- Bean Validation
- Java
- Reference Implementation
- Hibernate
properties:
- type: Documentation
  url: https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/
- type: GettingStarted
  url: https://hibernate.org/validator/documentation/getting-started/
- type: GitHubRepository
  url: https://github.com/hibernate/hibernate-validator
- type: SDK
  url: https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator
  title: Maven Central