Expand description
Core implementation for the oxapi OpenAPI server stub generator.
Structs§
- Generator
- Main generator that coordinates all the pieces.
- Method
Transformer - Transforms user-defined trait methods based on OpenAPI operations.
- Operation
- A parsed OpenAPI operation.
- Operation
Param - A parsed operation parameter.
- Parsed
Spec - Parsed OpenAPI specification.
- Response
Generator - Generator for response enums.
- Router
Generator - Generator for axum router code.
- Type
Generator - Type generator that wraps typify’s TypeSpace.
Enums§
- Error
- Http
Method - HTTP methods supported by OpenAPI.
- Param
Location - Location of a parameter.