Package com.hybris.cockpitng.json
Interface ObjectMapperConfiguration
-
- All Known Implementing Classes:
DefaultObjectMapperConfiguration
public interface ObjectMapperConfigurationInterface for objects which are able to configureObjectMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperconfigureObjectMapper(java.lang.Class<?> objectType, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
-
Method Detail
-
configureObjectMapper
com.fasterxml.jackson.databind.ObjectMapper configureObjectMapper(java.lang.Class<?> objectType, com.fasterxml.jackson.databind.ObjectMapper mapper)- Parameters:
objectType- type of object that is going to be mappedmapper- mapper to be configured- Returns:
- fully configured mapper to be used for mapping
-
-