public class VariationSummariesConverter extends java.lang.Object implements org.springframework.core.convert.converter.Converter<de.epages.ws.product11.model.TGetInfo_Return[],java.util.List<VariationSummary>>
Modifier and Type | Field and Description |
---|---|
private org.springframework.core.convert.converter.Converter<de.epages.ws.product11.model.TGetInfo_Return,VariationSummary> |
converter |
Constructor and Description |
---|
VariationSummariesConverter(org.springframework.core.convert.converter.Converter<de.epages.ws.product11.model.TGetInfo_Return,VariationSummary> converter) |
Modifier and Type | Method and Description |
---|---|
java.util.List<VariationSummary> |
convert(de.epages.ws.product11.model.TGetInfo_Return[] variations) |
private final org.springframework.core.convert.converter.Converter<de.epages.ws.product11.model.TGetInfo_Return,VariationSummary> converter
@Inject public VariationSummariesConverter(org.springframework.core.convert.converter.Converter<de.epages.ws.product11.model.TGetInfo_Return,VariationSummary> converter)
public java.util.List<VariationSummary> convert(de.epages.ws.product11.model.TGetInfo_Return[] variations)
convert
in interface org.springframework.core.convert.converter.Converter<de.epages.ws.product11.model.TGetInfo_Return[],java.util.List<VariationSummary>>