Uses of Interface
io.activej.codec.StructuredOutput
| Package | Description |
|---|---|
| io.activej.codec | |
| io.activej.codec.binary | |
| io.activej.codec.json |
-
Uses of StructuredOutput in io.activej.codec
Methods in io.activej.codec with parameters of type StructuredOutput Modifier and Type Method Description voidCodecSubtype. encode(StructuredOutput out, T value)voidStructuredEncoder. encode(StructuredOutput out, T item) -
Uses of StructuredOutput in io.activej.codec.binary
Classes in io.activej.codec.binary that implement StructuredOutput Modifier and Type Class Description classBinaryStructuredOutput -
Uses of StructuredOutput in io.activej.codec.json
Classes in io.activej.codec.json that implement StructuredOutput Modifier and Type Class Description classJsonStructuredOutput