DTOConvertible

interface DTOConvertible<T>

The DTOConvertible interface allows to convert a complete object into the related Data Transfer Object

Author

N7ghtm4r3 - Tecknobit

Since

1.0.5

Inheritors

Functions

Link copied to clipboard
abstract fun convertToRelatedDTO(): T
Method to convert the object to related Transfer Data Object