* Set the schema validator for all routes.
(schemaCompiler: FastifySchemaCompiler<T>)
| 513 | * Set the schema validator for all routes. |
| 514 | */ |
| 515 | setValidatorCompiler<T = FastifySchema>(schemaCompiler: FastifySchemaCompiler<T>): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>; |
| 516 | |
| 517 | /** |
| 518 | * Fastify schema serializer for all routes. |
no outgoing calls