Package de.hybris.platform.servicelayer.dto.converter


package de.hybris.platform.servicelayer.dto.converter
  • Class
    Description
     
    Helper class for copying properties between objects.
    Converter<SOURCE,TARGET>
    Interface for a converter that transforms an object of one type into an object of another type
    GenericConverter<SOURCE,TARGET>
    Converts all properties from source to target that have the same name and have compatible types.