toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.utils
/
EntityMapper
Entity
Mapper
interface
EntityMapper
<
Entity
,
DomainModel
>
Mapper class to convert one data to another
Author
Ayaan
Since
4.0
Inheritors
OfflineSyllabusUIMapper
OnlineSyllabusUIMapper
Members
Functions
map
Form
Entity
Link copied to clipboard
abstract
fun
mapFormEntity
(
entity
:
Entity
)
:
DomainModel
map
To
Entity
Link copied to clipboard
abstract
fun
mapToEntity
(
domainModel
:
DomainModel
)
:
Entity