Package io.vertx.ext.web.codec.spi
-
Interface Summary Interface Description BodyStream<T> The body stream decodes aWriteStream
into the aT
instance.
Interface | Description |
---|---|
BodyStream<T> |
The body stream decodes a
WriteStream into the a T instance. |