Uses of Interface
io.jooby.trpc.TrpcDecoder
Packages that use TrpcDecoder
-
Uses of TrpcDecoder in io.jooby.trpc
Methods in io.jooby.trpc that return TrpcDecoderModifier and TypeMethodDescription<T> TrpcDecoder<T> Resolves and caches a type-specific deserializer during route initialization.Methods in io.jooby.trpc with parameters of type TrpcDecoderModifier and TypeMethodDescription<T> TTrpcReader.nextObject(String name, TrpcDecoder<T> decoder) Reads the next token (which may be a complex JSON object or array) and deserializes it using a pre-resolved type decoder.