munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.infrastructure.persistence
Package-level
declarations
Types
Types
In
Memory
Menu
Repository
Link copied to clipboard
@
Singleton
@
Requires
(
env
=
[
"test"
]
)
class
InMemoryMenuRepository
:
MenuRepository
,
InMemoryRepository
<
MenuId
,
Menu
>
In
Memory
Restaurant
Repository
Link copied to clipboard
@
Singleton
@
Requires
(
env
=
[
"test"
]
)
class
InMemoryRestaurantRepository
:
RestaurantRepository
,
InMemoryRepository
<
RestaurantId
,
Restaurant
>