munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.infrastructure.adapter.outbound.mongo.factory
/
MenuDocumentFactory
Menu
Document
Factory
object
MenuDocumentFactory
Members
Functions
to
Document
Link copied to clipboard
fun
Category
.
toDocument
(
)
:
CategoryDocument
fun
Menu
.
toDocument
(
)
:
MenuDocument
fun
MenuItem
.
toDocument
(
)
:
MenuItemDocument
to
Domain
Link copied to clipboard
fun
CategoryDocument
.
toDomain
(
)
:
Category
fun
MenuDocument
.
toDomain
(
)
:
Menu
fun
MenuItemDocument
.
toDomain
(
)
:
MenuItem