java.lang.Object
de.hybris.platform.webservicescommons.mapping.config.DynamicTypeFactory<T>
de.hybris.platform.subscribedproducttmfwebservices.v1.objectfactory.SpiObjectFactory<T>
All Implemented Interfaces:
de.hybris.platform.webservicescommons.mapping.TypeObjectFactory<T>, ma.glasnost.orika.ObjectFactory<T>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Deprecated(since="2208") public class SpiObjectFactory<T extends ItemModel> extends de.hybris.platform.webservicescommons.mapping.config.DynamicTypeFactory<T>
Deprecated.
2208
Object factory used to create destination objects that extend ItemModel.
Since:
2111
  • Constructor Details

    • SpiObjectFactory

      public SpiObjectFactory(SpiGenericService spiGenericService)
      Deprecated.
  • Method Details

    • create

      public T create(Object o, ma.glasnost.orika.MappingContext mappingContext)
      Deprecated.
      Specified by:
      create in interface ma.glasnost.orika.ObjectFactory<T extends ItemModel>
      Overrides:
      create in class de.hybris.platform.webservicescommons.mapping.config.DynamicTypeFactory<T extends ItemModel>
    • getSpiGenericService

      protected SpiGenericService getSpiGenericService()
      Deprecated.