munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.application.usecase.menu
/
ValidityInput
/
Hours
Hours
data
class
Hours
(
val
start
:
String
,
val
end
:
String
)
:
ValidityInput
Members
Members & Extensions
Constructors
Hours
Link copied to clipboard
constructor
(
start
:
String
,
end
:
String
)
Properties
end
Link copied to clipboard
val
end
:
String
start
Link copied to clipboard
val
start
:
String
Functions
to
Domain
Link copied to clipboard
open
fun
toDomain
(
)
:
Validity
to
Dto
Link copied to clipboard
fun
ValidityInput
.
toDto
(
)
:
ValidityDto