Class GenericConverter<SOURCE,TARGET>

java.lang.Object
de.hybris.platform.servicelayer.dto.converter.GenericConverter<SOURCE,TARGET>
All Implemented Interfaces:
Converter<SOURCE,TARGET>, org.springframework.core.convert.converter.Converter<SOURCE,TARGET>

public class GenericConverter<SOURCE,TARGET> extends Object implements Converter<SOURCE,TARGET>
Converts all properties from source to target that have the same name and have compatible types.
  • Constructor Details

    • GenericConverter

      public GenericConverter()
  • Method Details