Class ItemObjectMapperConfiguration
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.data.json.ItemObjectMapperConfiguration
-
- All Implemented Interfaces:
com.hybris.cockpitng.json.ObjectMapperConfiguration
public class ItemObjectMapperConfiguration extends java.lang.Object implements com.hybris.cockpitng.json.ObjectMapperConfiguration
-
-
Constructor Summary
Constructors Constructor Description ItemObjectMapperConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperconfigureObjectMapper(java.lang.Class<?> objectType, com.fasterxml.jackson.databind.ObjectMapper mapper)voidsetModelService(ModelService modelService)voidsetTypeFacade(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade)
-
-
-
Method Detail
-
setTypeFacade
public void setTypeFacade(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade)
-
setModelService
public void setModelService(ModelService modelService)
-
configureObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper configureObjectMapper(java.lang.Class<?> objectType, com.fasterxml.jackson.databind.ObjectMapper mapper)- Specified by:
configureObjectMapperin interfacecom.hybris.cockpitng.json.ObjectMapperConfiguration
-
-