Class PmObjectFactory<T extends ItemModel>

java.lang.Object
de.hybris.platform.webservicescommons.mapping.config.DynamicTypeFactory<T>
de.hybris.platform.partytmfwebservices.objectfactory.PmObjectFactory<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

public class PmObjectFactory<T extends ItemModel> extends de.hybris.platform.webservicescommons.mapping.config.DynamicTypeFactory<T>
Object factory used to create destination objects that extend ItemModel.
Since:
2205
  • Constructor Details

  • Method Details

    • create

      public T create(Object o, ma.glasnost.orika.MappingContext mappingContext)
      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>
    • getPmGenericService

      protected PmGenericService getPmGenericService()