java.lang.Object
de.hybris.platform.cms2.version.converter.attribute.impl.ItemToDataConverter
All Implemented Interfaces:
Converter<ItemModel,PK>

public class ItemToDataConverter extends Object implements Converter<ItemModel,PK>
Implementation of AttributeContentConverter that converts properties of type ItemModel.
  • Constructor Details

    • ItemToDataConverter

      public ItemToDataConverter()
  • Method Details

    • convert

      public PK convert(ItemModel source)
      Description copied from interface: Converter
      Uses the source S object and produces an new instance of T.
      Specified by:
      convert in interface Converter<ItemModel,PK>
      Parameters:
      source - the input to be converted.
      Returns:
      an instance of T, converted from the input source.