awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesSchema-Derived Enum Generators

Creates Java enum types from JSON Schema enum declarations, including Jackson annotations for proper serialization.

Distinct from Enum Definitions: Distinct from Enum Definitions: generates enum types from schema declarations rather than defining them manually.

Explore 3 awesome GitHub repositories matching data & databases · Schema-Derived Enum Generators. Refine with filters or upvote what's useful.

Awesome Schema-Derived Enum Generators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • joelittlejohn/jsonschema2pojoAvatar de joelittlejohn

    joelittlejohn/jsonschema2pojo

    6,379Voir sur GitHub↗

    Generate Java types from JSON or JSON Schema and annotate those types for data-binding with Jackson, Gson, etc

    Creates Java enum types from JSON Schema enum declarations, including Jackson annotations for proper serialization.

    Java
    Voir sur GitHub↗6,379
  • orval-labs/orvalAvatar de orval-labs

    orval-labs/orval

    6,145Voir sur GitHub↗

    Orval is an OpenAPI-to-TypeScript code generator that produces fully typed API clients, data-fetching hooks, mock data, validation schemas, and server handlers from OpenAPI or Swagger specifications. It reads any YAML or JSON API specification and generates TypeScript interfaces, HTTP request functions, and framework-specific integration code that ensures compile-time correctness for all API calls. The project distinguishes itself by generating production-ready data-fetching hooks for React Query, Vue Query, Svelte Query, Solid Query, Angular, and SWR, complete with automatic cache invalidati

    Attaches descriptive comments to enum members from API extensions for editor tooltips.

    TypeScript
    Voir sur GitHub↗6,145
  • graphql-python/graphene-djangoAvatar de graphql-python

    graphql-python/graphene-django

    4,390Voir sur GitHub↗

    Graphene-Django is a GraphQL integration framework and schema mapper used to build typed APIs for Django applications. It functions as a database API layer that transforms Django model fields and relationships into a graph schema, allowing clients to request specific data in a single call. The project implements the Relay specification, providing tools for global object identification and standardized connection-based pagination to manage large datasets. It distinguishes itself by mapping database models, forms, and serializers directly into GraphQL object types and mutations. The framework

    Automatically generates typed GraphQL enums from Django model choice fields using standard naming patterns.

    Python
    Voir sur GitHub↗4,390
  1. Home
  2. Data & Databases
  3. Enum Definitions
  4. Schema-Derived Enum Generators

Explorer les sous-tags

  • Documented Enum GeneratorsAttaches descriptive comments to enum members from API extensions so editors show helpful tooltips. **Distinct from Schema-Derived Enum Generators:** Distinct from Schema-Derived Enum Generators: focuses on generating documentation comments for enum members from API extensions, not just creating enum types from schemas.
  • Enum Attribute Customization1 sous-tagCustomizing auto-generated GraphQL enum types using CLR attributes. **Distinct from Schema-Derived Enum Generators:** Focuses on modifying enum member metadata via attributes, whereas the parent is about generating the enum type itself.