* Set the schema controller for all routes.
(schemaControllerOpts: FastifySchemaControllerOptions)
| 528 | * Set the schema controller for all routes. |
| 529 | */ |
| 530 | setSchemaController(schemaControllerOpts: FastifySchemaControllerOptions): FastifyInstance<RawServer, RawRequest, RawReply, Logger>; |
| 531 | |
| 532 | /** |
| 533 | * Set the reply serializer for all routes. |
no outgoing calls