2 个仓库
Validation frameworks that utilize class and field annotations to trigger automated integrity checks during runtime.
Distinct from Class-Level Validation Declarations: Distinct from Class-Level Validation Declarations: focuses on modern annotation-based runtime validation rather than legacy class-level declarations.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Annotation-Driven Validators. Refine with filters or upvote what's useful.
This platform is a social network application designed for managing community book exchanges and personal digital libraries. It provides a structured environment for users to organize book collections, coordinate the borrowing and returning of items, and manage approval workflows for shared resources. The system is built as a RESTful backend that integrates user account management with secure, token-based authentication. It utilizes email-driven identity verification to secure access and maintains persistent state through a relational database, ensuring that user profiles and library assets r
Uses declarative class and field annotations to trigger automated integrity checks during runtime.
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
Automates object graph validation and service argument checks using declarative annotations and method interception.