Uses of Interface
io.datarouter.bytes.Codec
| Package | Description |
|---|---|
| io.datarouter.bytes | |
| io.datarouter.bytes.binarydto.codec | |
| io.datarouter.bytes.binarydto.fieldcodec | |
| io.datarouter.bytes.codec.list.bytearraylist |
-
Uses of Codec in io.datarouter.bytes
Classes in io.datarouter.bytes that implement Codec Modifier and Type Class Description static classCodec.FunctionalCodec<A,B>Build a Codec from two Functions.static classCodec.NullPassthroughCodec<A,B>Skips the inner codecs when provided values are null, directly returning null. -
Uses of Codec in io.datarouter.bytes.binarydto.codec
Classes in io.datarouter.bytes.binarydto.codec that implement Codec Modifier and Type Class Description classBinaryDtoComparableCodec<T extends ComparableBinaryDto<T>>classBinaryDtoIndexedCodec<T extends BaseBinaryDto<T>>For encoding non-key fields. -
Uses of Codec in io.datarouter.bytes.binarydto.fieldcodec
Constructors in io.datarouter.bytes.binarydto.fieldcodec with parameters of type Codec Constructor Description BinaryDtoConvertingFieldCodec(Codec<R,T> converter, BinaryDtoBaseFieldCodec<T> codec, boolean keyCompatible) -
Uses of Codec in io.datarouter.bytes.codec.list.bytearraylist
Classes in io.datarouter.bytes.codec.list.bytearraylist that implement Codec Modifier and Type Class Description classByteArraysCodecVarInt size VarInt for the length of each array The concatenated arrays