Uses of Record Class
com.dmasone.identity.orders.interfaces.rest.OrderDto
Packages that use OrderDto
-
Uses of OrderDto in com.dmasone.identity.orders.interfaces.rest
Methods in com.dmasone.identity.orders.interfaces.rest that return OrderDtoModifier and TypeMethodDescriptionOrderRestMapper.toDto(OrderResponse response) OrderRestMapperImpl.toDto(OrderResponse response) Methods in com.dmasone.identity.orders.interfaces.rest that return types with arguments of type OrderDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<OrderDto> OrderController.placeOrder(String idempotencyKey, @Valid PlaceOrderRequest request)