• Swagger customization decorator.

    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.

    Parameters

    Returns MethodDecorator

    Method decorator

    Jeongho Nam - https://github.com/samchon