Properties for the SwaggerCustomizer decorator.
SwaggerCustomizer
SwaggerCustomizer.IProps is a type for the closure parameter of the SwaggerCustomizer decorator. It's a callback function which can customize the swagger data.
SwaggerCustomizer.IProps
closure
Method of the route.
Path of the route.
Route data.
Swagger data.
Get neighbor endpoint data through the controller method.
Controller method to find the neighbor endpoint
Neighbor endpoint data
Get neighbor route data.
Accessor for getting neighbor route data
Neighbor route data
Properties for the
SwaggerCustomizer
decorator.SwaggerCustomizer.IProps
is a type for theclosure
parameter of theSwaggerCustomizer
decorator. It's a callback function which can customize the swagger data.