toggle menu
ZappBase
androidJvm
switch theme
search in API
Core
/
com.zappstudio.zappbase.data.mapper
/
IMapper
IMapper
interface
IMapper
<
Entity
,
Model
>
Inheritors
IMapperJson
IMapperWebService
Members
Functions
to
Entity
Link copied to clipboard
open
fun
toEntity
(
model
:
Model
)
:
Entity
to
List
Entity
Link copied to clipboard
open
fun
toListEntity
(
entities
:
MutableList
<
Model
>
)
:
MutableList
<
Entity
>
to
List
Model
Link copied to clipboard
open
fun
toListModel
(
entities
:
MutableList
<
Entity
>
)
:
MutableList
<
Model
>
to
Model
Link copied to clipboard
abstract
fun
toModel
(
entity
:
Entity
)
:
Model