Package io.jooby.trpc


package io.jooby.trpc
  • Class
    Description
    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.