SwaggerCustomizer is a method decorator function which can used for
customizing the swagger data with npx nestia swagger command. Furthermore,
it is possible to add plugin properties starting with x- characters.
In other words, this decorator function does not affect to the runtime,
but only for the swagger data customization.
Swagger customization decorator.
SwaggerCustomizer
is a method decorator function which can used for customizing the swagger data withnpx nestia swagger
command. Furthermore, it is possible to add plugin properties starting withx-
characters.In other words, this decorator function does not affect to the runtime, but only for the swagger data customization.