Uses of Class
io.datarouter.bytes.binarydto.dto.BinaryDto
-
Uses of BinaryDto in io.datarouter.bytes.binarydto.codec
Classes in io.datarouter.bytes.binarydto.codec with type parameters of type BinaryDto Modifier and Type Class Description classBinaryDtoCodec<T extends BinaryDto<T>>Methods in io.datarouter.bytes.binarydto.codec with type parameters of type BinaryDto Modifier and Type Method Description static <T extends BinaryDto<T>>
BinaryDtoCodec<T>BinaryDtoCodec. of(Class<? extends T> dtoClass) -
Uses of BinaryDto in io.datarouter.bytes.binarydto.codec.bytearray
Classes in io.datarouter.bytes.binarydto.codec.bytearray with type parameters of type BinaryDto Modifier and Type Class Description classBinaryDtoByteArrayScanner<T extends BinaryDto<T>>classMultiBinaryDtoEncoder<T extends BinaryDto<T>>Methods in io.datarouter.bytes.binarydto.codec.bytearray with type parameters of type BinaryDto Modifier and Type Method Description static <T extends BinaryDto<T>>
io.datarouter.scanner.Scanner<T>BinaryDtoByteArrayScanner. of(Class<T> dtoClass, byte[] bytes) -
Uses of BinaryDto in io.datarouter.bytes.binarydto.codec.iostream
Classes in io.datarouter.bytes.binarydto.codec.iostream with type parameters of type BinaryDto Modifier and Type Class Description classBinaryDtoInputStreamScanner<T extends BinaryDto<T>>classBinaryDtoOutputStreamWriter<T extends BinaryDto<T>>Methods in io.datarouter.bytes.binarydto.codec.iostream with type parameters of type BinaryDto Modifier and Type Method Description static <T extends BinaryDto<T>>
io.datarouter.scanner.Scanner<T>BinaryDtoInputStreamScanner. of(Class<T> dtoClass, InputStream inputStream) -
Uses of BinaryDto in io.datarouter.bytes.binarydto.dto
Classes in io.datarouter.bytes.binarydto.dto with type parameters of type BinaryDto Modifier and Type Class Description classBinaryDto<T extends BinaryDto<T>> -
Uses of BinaryDto in io.datarouter.bytes.binarydto.fieldcodec.other
Classes in io.datarouter.bytes.binarydto.fieldcodec.other with type parameters of type BinaryDto Modifier and Type Class Description classNestedBinaryDtoFieldCodec<T extends BinaryDto<T>> -
Uses of BinaryDto in io.datarouter.bytes.binarydto.internal
Classes in io.datarouter.bytes.binarydto.internal with type parameters of type BinaryDto Modifier and Type Class Description classBinaryDtoMetadataParser<T extends BinaryDto<T>>Methods in io.datarouter.bytes.binarydto.internal with type parameters of type BinaryDto Modifier and Type Method Description static <T extends BinaryDto<T>>
TBinaryDtoAllocator. allocate(Class<T> cls)