munchies
      Target filter
Search in API
Skip to content
    munchies
restaurant-service/com.munchies.restaurant.infrastructure.adapter.inbound.http.mapper/toCommand

toCommand

fun CreateCategoryRequest.toCommand(restaurantId: String, menuId: String): CreateCategoryCommand
fun UpdateCategoryRequest.toCommand(restaurantId: String, menuId: String, categoryId: String): UpdateCategoryCommand
fun CreateMenuItemRequest.toCommand(restaurantId: String, menuId: String, categoryId: String): CreateMenuItemCommand
fun UpdateMenuItemRequest.toCommand(restaurantId: String, menuId: String, categoryId: String, itemId: String): UpdateMenuItemCommand
fun CreateMenuRequest.toCommand(restaurantId: String): CreateMenuCommand
fun UpdateMenuRequest.toCommand(restaurantId: String, menuId: String): UpdateMenuCommand
fun CreateRestaurantRequest.toCommand(): CreateRestaurantCommand
fun GetManagerRestaurantsRequest.toCommand(): GetManagerRestaurantsCommand
fun UpdateRestaurantRequest.toCommand(restaurantId: String): UpdateRestaurantCommand
fun DeleteRestaurantRequest.toCommand(restaurantId: String): DeleteRestaurantCommand
Generated by Dokka
© 2026 Copyright