EntityMapper

Mapper class to convert one data to another

Author

Ayaan

Since

4.0

Inheritors

Functions

Link copied to clipboard
abstract fun mapFormEntity(entity: Entity): DomainModel
Link copied to clipboard
abstract fun mapToEntity(domainModel: DomainModel): Entity