All Classes and Interfaces

Class
Description
Declares OpenAPI operation metadata for a class-based handler.
Declares one OpenAPI response for a class-based handler operation.
Container for repeated APIResponse annotations.
Optional array-specific schema metadata.
What a response carries: the schema, and an example of it.
Assembles the OpenAPI document from what the handlers already say about themselves.
 
 
Generates and serves an OpenAPI 3.0 spec and Swagger UI under a configurable base path.
 
 
 
 
Declares one OpenAPI parameter for a class-based handler operation.
 
Container for repeated Parameter annotations.
The body this operation takes, for a handler that reads it by hand.
Minimal OpenAPI schema metadata for model classes and properties.
Optional alias for property-level schema metadata.
 
Keeps a route out of the published document.