toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
users-service
/
piperkt.services.users.presentation.user
Package-level
declarations
Types
Types
User
DTO
Link copied to clipboard
data
class
UserDTO
(
val
username
:
String
,
val
email
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
profilePicture
:
String
?
=
null
)
Data transfer object for the user.
User
Mapper
Link copied to clipboard
object
UserMapper
User mapper to convert between domain and DTO objects.