Class TuaAbstractItemTypeObjectFactory<T extends ItemModel>
java.lang.Object
de.hybris.platform.webservicescommons.mapping.config.DynamicTypeFactory<T>
de.hybris.platform.tuawebservicesresources.objectfactory.TuaAbstractItemTypeObjectFactory<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 TuaAbstractItemTypeObjectFactory<T extends ItemModel>
extends de.hybris.platform.webservicescommons.mapping.config.DynamicTypeFactory<T>
Object factory used to create destination objects that extend
ItemModel and are marked as abstract.
The given concrete class will be used for object instance.- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionTuaAbstractItemTypeObjectFactory(TuaGenericService tuaGenericService, Map<Class<? extends T>, Class<T>> abstractToConcreteEntityTypeMap) -
Method Summary
Methods inherited from class de.hybris.platform.webservicescommons.mapping.config.DynamicTypeFactory
getDefault, getType, init, setApplicationContext, setBaseType
-
Constructor Details
-
TuaAbstractItemTypeObjectFactory
-
-
Method Details