final class CartInputConverter extends java.lang.Object implements org.springframework.core.convert.converter.Converter<CartInput,de.epages.ws.basket.model.TCreate_Input>
Constructor and Description |
---|
CartInputConverter() |
Modifier and Type | Method and Description |
---|---|
de.epages.ws.basket.model.TCreate_Input |
convert(CartInput cartInput) |
private de.epages.ws.basket.model.TProductLineItemIn |
convert(LineItemInput lineItemInput) |
private de.epages.ws.basket.model.TProductLineItemIn[] |
convert(java.util.List<LineItemInput> lineItemInputs) |
public de.epages.ws.basket.model.TCreate_Input convert(CartInput cartInput)
convert
in interface org.springframework.core.convert.converter.Converter<CartInput,de.epages.ws.basket.model.TCreate_Input>
private de.epages.ws.basket.model.TProductLineItemIn[] convert(java.util.List<LineItemInput> lineItemInputs)
private de.epages.ws.basket.model.TProductLineItemIn convert(LineItemInput lineItemInput)