UNPKG

@solid-nestjs/rest-api

Version:

solid-nestjs Rest-API utilities

16 lines 660 B
import { DecoratorAdapter, FieldMetadata } from '@solid-nestjs/common'; export declare class SwaggerDecoratorAdapter implements DecoratorAdapter { name: string; private swaggerLoaded; isAvailable(): boolean; private loadSwagger; apply(target: any, propertyKey: string | symbol, metadata: FieldMetadata): void; applyClassDecorator(target: Function, type: 'entity' | 'input', options: any): void; private buildSwaggerOptions; private resolveSwaggerType; private isArrayType; private getArrayItemType; private applySpecialFormatting; private mapPrimitiveType; } //# sourceMappingURL=swagger-a616328.adapter.d.ts.map