Uses of Record Class
be.appify.prefab.example.sale.application.SaleAddItemRequest
Packages that use SaleAddItemRequest
Package
Description
-
Uses of SaleAddItemRequest in be.appify.prefab.example.sale.application
Methods in be.appify.prefab.example.sale.application with parameters of type SaleAddItemRequestModifier and TypeMethodDescriptionSaleService.addItem(String id, @Valid SaleAddItemRequest request) -
Uses of SaleAddItemRequest in be.appify.prefab.example.sale.infrastructure.http
Methods in be.appify.prefab.example.sale.infrastructure.http with parameters of type SaleAddItemRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SaleResponse> SaleController.addItem(String id, @Valid SaleAddItemRequest request)