(schema: { [key: string]: any }, httpPart?: HTTPRequestPart)
| 109 | getValidationFunction(httpPart: HTTPRequestPart): ValidationFunction | undefined |
| 110 | getValidationFunction(schema: { [key: string]: any }): ValidationFunction | undefined |
| 111 | compileValidationSchema(schema: { [key: string]: any }, httpPart?: HTTPRequestPart): ValidationFunction |
| 112 | validateInput(input: any, schema: { [key: string]: any }, httpPart?: HTTPRequestPart): boolean |
| 113 | validateInput(input: any, httpPart?: HTTPRequestPart): boolean |
| 114 | getDecorator<T>(name: string | symbol): T; |
no outgoing calls
no test coverage detected