Uses of Class
io.datarouter.bytes.binarydto.dto.ComparableBinaryDto
| Package | Description |
|---|---|
| io.datarouter.bytes.binarydto.codec | |
| io.datarouter.bytes.binarydto.dto |
-
Uses of ComparableBinaryDto in io.datarouter.bytes.binarydto.codec
Classes in io.datarouter.bytes.binarydto.codec with type parameters of type ComparableBinaryDto Modifier and Type Class Description classBinaryDtoComparableCodec<T extends ComparableBinaryDto<T>>Methods in io.datarouter.bytes.binarydto.codec with type parameters of type ComparableBinaryDto Modifier and Type Method Description static <T extends ComparableBinaryDto<T>>
BinaryDtoComparableCodec<T>BinaryDtoComparableCodec. of(Class<? extends T> dtoClass) -
Uses of ComparableBinaryDto in io.datarouter.bytes.binarydto.dto
Classes in io.datarouter.bytes.binarydto.dto with type parameters of type ComparableBinaryDto Modifier and Type Class Description classComparableBinaryDto<T extends ComparableBinaryDto<T>>