Uses of Record Class
com.dmasone.identity.orders.application.OrderResponse
Packages that use OrderResponse
Package
Description
Order application services and use-case models.
Order HTTP API.
-
Uses of OrderResponse in com.dmasone.identity.orders.application
Methods in com.dmasone.identity.orders.application that return OrderResponseModifier and TypeMethodDescriptionstatic OrderResponseOrderResponse.from(CustomerOrder order) PlaceOrderResult.order()Returns the value of theorderrecord component.Constructors in com.dmasone.identity.orders.application with parameters of type OrderResponseModifierConstructorDescriptionPlaceOrderResult(OrderResponse order, boolean replayed) Creates an instance of aPlaceOrderResultrecord class. -
Uses of OrderResponse in com.dmasone.identity.orders.interfaces.rest
Methods in com.dmasone.identity.orders.interfaces.rest with parameters of type OrderResponseModifier and TypeMethodDescriptionOrderRestMapper.toDto(OrderResponse response) OrderRestMapperImpl.toDto(OrderResponse response)