awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Java Validation Libraries

Ranking updated Jul 13, 2026

We curate open-source GitHub repositories matching “best java validation libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Java Validation Libraries

Find the best repos with AI.We'll search the best matching repositories with AI.
  • neoremind/fluent-validatorneoremind avatar

    neoremind/fluent-validator

    1,019View on GitHub↗

    Fluent-validator is a Java validation framework designed to enforce data integrity through declarative constraints and automated service-layer checks. It provides a structured environment for defining validation logic that integrates with the JSR 303 specification, allowing developers to maintain consistent data quality across complex object hierarchies and application boundaries. The framework distinguishes itself through a fluent interface that enables the orchestration of validation chains, allowing for readable and maintainable rule sequences. It supports advanced execution control, inclu

    This library provides a fluent, declarative framework for enforcing data integrity and business rules in Java, supporting both custom constraints and complex validation pipelines.

    JavaAnnotation-Driven ValidatorsFluent Validation LibrariesJava Bean Validation Frameworks
    View on GitHub↗1,019
  • hibernate/hibernate-validatorhibernate avatar

    hibernate/hibernate-validator

    1,266View on GitHub↗

    Hibernate Validator is a reference implementation of the Jakarta Validation specification, serving as a framework for enforcing data integrity across Java applications. It functions as a declarative validation engine that processes object constraints to ensure that application state remains consistent. By utilizing metadata-driven rules, the library validates object properties, method parameters, and nested collections to maintain data standards throughout an application's layers. The library distinguishes itself through its ability to perform static analysis on validation configurations, ide

    Hibernate Validator is the reference implementation for the Jakarta Validation specification, providing a comprehensive suite of declarative constraints, custom validation logic, and cross-field support that perfectly matches your requirements for a Java validation library.

    JavaBean Mapping and ValidationObject Constraint Validation EnginesRecursive Object Validation
    View on GitHub↗1,266

Related searches

  • a data validation library for Go
  • a library for validating data in PHP
  • a data validation library for Rust
  • a lightweight validation library for JavaScript
  • a data validation library using Python type hints
  • a library for managing Java application configuration
  • a schema validation library for TypeScript
  • a testing framework for Java applications