pda
androidJvm
app
/
net.artux.pda.model.mapper
/
NoteMapper
Note
Mapper
interface
NoteMapper
Members
Properties
INSTANCE
Link copied to clipboard
val
INSTANCE
:
NoteMapper
Functions
create
Dto
Link copied to clipboard
abstract
fun
createDto
(
noteModel
:
NoteModel
)
:
NoteCreateDto
model
Link copied to clipboard
abstract
fun
model
(
dto
:
List
<
NoteDto
>
)
:
List
<
NoteModel
>
abstract
fun
model
(
dto
:
NoteDto
)
:
NoteModel