awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesClass-Level Validation Declarations

Validation rules defined using class-level declarations instead of instance methods, for legacy compatibility.

Distinct from Class Property Validation: Distinct from Class Property Validation: focuses on declarative validation syntax at the class level, not runtime decorator-based validation.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Class-Level Validation Declarations. Refine with filters or upvote what's useful.

Awesome Class-Level Validation Declarations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • symfony/translationsymfony 的头像

    symfony/translation

    6,607在 GitHub 上查看↗

    Symfony Translation is a PHP library and framework component for internationalizing applications. It provides a complete system for managing message catalogs, handling locale-aware string translation, and formatting messages using ICU MessageFormat syntax to support pluralization, gender, and conditional selection. The component organizes translatable strings into named domains, supports key-based lookup that decouples source text from localized versions, and offers deferred rendering through translatable objects that store parameters and render only when output is needed. The library disting

    Supports class-level validation constraints that validate the entire object as a whole.

    PHPcomponentphpsymfony
    在 GitHub 上查看↗6,607
  • jeremyevans/sequeljeremyevans 的头像

    jeremyevans/sequel

    5,076在 GitHub 上查看↗

    Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f

    Defines validations using class-level declarations instead of instance methods for legacy compatibility.

    Ruby
    在 GitHub 上查看↗5,076
  • ali-bouali/book-social-networkali-bouali 的头像

    ali-bouali/book-social-network

    1,051在 GitHub 上查看↗

    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.

    TypeScriptangulardockerjava
    在 GitHub 上查看↗1,051
  • neoremind/fluent-validatorneoremind 的头像

    neoremind/fluent-validator

    1,019在 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

    Automates object graph validation and service argument checks using declarative annotations and method interception.

    Java
    在 GitHub 上查看↗1,019
  1. Home
  2. Software Engineering & Architecture
  3. Class Property Validation
  4. Class-Level Validation Declarations

探索子标签

  • Annotation-Driven ValidatorsValidation 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.
  • Class-Level Constraint ValidationsValidates an entire object against class-level constraints such as Callback for custom validation logic. **Distinct from Class-Level Validation Declarations:** Distinct from Class-Level Validation Declarations: focuses on runtime validation of the whole object, not declarative syntax for legacy compatibility.