Uses of Class
io.datarouter.bytes.binarydto.dto.BaseBinaryDto
-
Uses of BaseBinaryDto in io.datarouter.bytes.binarydto.codec
Classes in io.datarouter.bytes.binarydto.codec with type parameters of type BaseBinaryDto Modifier and Type Class Description classBinaryDtoIndexedCodec<T extends BaseBinaryDto<T>>For encoding non-key fields.Methods in io.datarouter.bytes.binarydto.codec with type parameters of type BaseBinaryDto Modifier and Type Method Description static <T extends BaseBinaryDto<T>>
BinaryDtoIndexedCodec<T>BinaryDtoIndexedCodec. of(Class<? extends T> dtoClass) -
Uses of BaseBinaryDto in io.datarouter.bytes.binarydto.codec.bytearray
Classes in io.datarouter.bytes.binarydto.codec.bytearray with type parameters of type BaseBinaryDto Modifier and Type Class Description classBinaryDtoByteArrayScanner<T extends BaseBinaryDto<T>>classMultiBinaryDtoEncoder<T extends BaseBinaryDto<T>>Methods in io.datarouter.bytes.binarydto.codec.bytearray with type parameters of type BaseBinaryDto Modifier and Type Method Description static <T extends BaseBinaryDto<T>>
io.datarouter.scanner.Scanner<T>BinaryDtoByteArrayScanner. of(Class<T> dtoClass, byte[] bytes) -
Uses of BaseBinaryDto in io.datarouter.bytes.binarydto.codec.iostream
Classes in io.datarouter.bytes.binarydto.codec.iostream with type parameters of type BaseBinaryDto Modifier and Type Class Description classBinaryDtoInputStreamScanner<T extends BaseBinaryDto<T>>classBinaryDtoOutputStreamWriter<T extends BaseBinaryDto<T>> -
Uses of BaseBinaryDto in io.datarouter.bytes.binarydto.dto
Classes in io.datarouter.bytes.binarydto.dto with type parameters of type BaseBinaryDto Modifier and Type Class Description classBaseBinaryDto<T extends BaseBinaryDto<T>>Subclasses of BaseBinaryDto in io.datarouter.bytes.binarydto.dto Modifier and Type Class Description classBinaryDto<T extends BinaryDto<T>>classComparableBinaryDto<T extends ComparableBinaryDto<T>> -
Uses of BaseBinaryDto in io.datarouter.bytes.binarydto.fieldcodec.other
Classes in io.datarouter.bytes.binarydto.fieldcodec.other with type parameters of type BaseBinaryDto Modifier and Type Class Description classNestedBinaryDtoFieldCodec<T extends BaseBinaryDto<T>> -
Uses of BaseBinaryDto in io.datarouter.bytes.binarydto.internal
Classes in io.datarouter.bytes.binarydto.internal with type parameters of type BaseBinaryDto Modifier and Type Class Description classBinaryDtoMetadataParser<T extends BaseBinaryDto<T>>Methods in io.datarouter.bytes.binarydto.internal with type parameters of type BaseBinaryDto Modifier and Type Method Description static <T extends BaseBinaryDto<T>>
TBinaryDtoAllocator. allocate(Class<T> cls)