Class AtomicTypeValueConverter

java.lang.Object
de.hybris.platform.integrationservices.populator.AtomicTypeValueConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Object,Object>

public class AtomicTypeValueConverter extends Object implements org.springframework.core.convert.converter.Converter<Object,Object>
  • Constructor Details

    • AtomicTypeValueConverter

      public AtomicTypeValueConverter()
  • Method Details

    • convert

      public Object convert(Object value)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<Object,Object>