Class ItemObjectMapperConfiguration

java.lang.Object
de.hybris.platform.platformbackoffice.data.json.ItemObjectMapperConfiguration
All Implemented Interfaces:
com.hybris.cockpitng.json.ObjectMapperConfiguration

public class ItemObjectMapperConfiguration extends Object implements com.hybris.cockpitng.json.ObjectMapperConfiguration
  • Constructor Details

    • ItemObjectMapperConfiguration

      public ItemObjectMapperConfiguration()
  • Method Details

    • 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(Class<?> objectType, com.fasterxml.jackson.databind.ObjectMapper mapper)
      Specified by:
      configureObjectMapper in interface com.hybris.cockpitng.json.ObjectMapperConfiguration