Class OrderRestMapperImpl
java.lang.Object
com.dmasone.identity.orders.interfaces.rest.OrderRestMapperImpl
- All Implemented Interfaces:
OrderRestMapper
@Generated("org.mapstruct.ap.MappingProcessor")
@Component
public class OrderRestMapperImpl
extends Object
implements OrderRestMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoCommand(PlaceOrderRequest request, String idempotencyKey) toDto(OrderResponse response)
-
Constructor Details
-
OrderRestMapperImpl
public OrderRestMapperImpl()
-
-
Method Details
-
toCommand
- Specified by:
toCommandin interfaceOrderRestMapper
-
toDto
- Specified by:
toDtoin interfaceOrderRestMapper
-