Uses of Class
io.datarouter.bytes.binarydto.codec.BinaryDtoIndexedCodec
| Package | Description |
|---|---|
| io.datarouter.bytes.binarydto.codec | |
| io.datarouter.bytes.binarydto.codec.bytearray | |
| io.datarouter.bytes.binarydto.dto |
-
Uses of BinaryDtoIndexedCodec in io.datarouter.bytes.binarydto.codec
Methods in io.datarouter.bytes.binarydto.codec that return BinaryDtoIndexedCodec Modifier and Type Method Description static <T extends BaseBinaryDto<T>>
BinaryDtoIndexedCodec<T>BinaryDtoIndexedCodec. of(Class<? extends T> dtoClass) -
Uses of BinaryDtoIndexedCodec in io.datarouter.bytes.binarydto.codec.bytearray
Constructors in io.datarouter.bytes.binarydto.codec.bytearray with parameters of type BinaryDtoIndexedCodec Constructor Description MultiBinaryDtoEncoder(BinaryDtoIndexedCodec<T> codec) -
Uses of BinaryDtoIndexedCodec in io.datarouter.bytes.binarydto.dto
Methods in io.datarouter.bytes.binarydto.dto that return BinaryDtoIndexedCodec Modifier and Type Method Description protected BinaryDtoIndexedCodec<T>BaseBinaryDto. indexedCodec()