3 Repos
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.
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.
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.
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.