Class ItemObjectMapperConfiguration

  • All Implemented Interfaces:
    com.hybris.cockpitng.json.ObjectMapperConfiguration

    public class ItemObjectMapperConfiguration
    extends java.lang.Object
    implements com.hybris.cockpitng.json.ObjectMapperConfiguration
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.ObjectMapper configureObjectMapper​(java.lang.Class<?> objectType, com.fasterxml.jackson.databind.ObjectMapper mapper)  
      void setModelService​(ModelService modelService)  
      void setTypeFacade​(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ItemObjectMapperConfiguration

        public ItemObjectMapperConfiguration()
    • 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:
        configureObjectMapper in interface com.hybris.cockpitng.json.ObjectMapperConfiguration