public class ProductToDataContentConverter extends java.lang.Object implements Converter<ProductModel,java.lang.String>
ProductModel.
Converts the category into its product code (string).| Constructor and Description |
|---|
ProductToDataContentConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convert(ProductModel source)
Uses the source
S object and produces an new instance of T. |
public java.lang.String convert(ProductModel source)
ConverterS object and produces an new instance of T.convert in interface Converter<ProductModel,java.lang.String>source - the input to be converted.T, converted from the input source.Copyright © 2018 SAP SE. All Rights Reserved.