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

    • BaObjectFactory

      public BaObjectFactory(BaGenericService baGenericService)
      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>
    • getBaGenericService

      public BaGenericService getBaGenericService()
      Deprecated.