All Classes and Interfaces

Class
Description
Marks a controller class or a specific route method for tRPC TypeScript generation.
Marks a method as a tRPC mutation.
Marks a method as a tRPC query.
A pre-resolved decoder used at runtime to deserialize tRPC network payloads into complex Java objects.
Maps standard Jooby HTTP status codes to official tRPC error codes.
A specialized error handler that formats exceptions into tRPC-compliant JSON responses.
A specialized runtime exception that encapsulates a tRPC error.
Jooby extension that enables tRPC support for the application.
The core JSON parsing SPI (Service Provider Interface) for tRPC.
A stateful, sequential reader used at runtime to extract arguments from a tRPC network payload.
A standardized envelope for successful tRPC responses.
Generated tRPC service.