Package net.officefloor.web.json
Interface ObjectMapperResponderDecorator
-
- All Known Implementing Classes:
ScalaObjectMapperResponderDecoratorServiceFactory
public interface ObjectMapperResponderDecoratorDecorates theObjectMapperfor theJacksonHttpObjectResponderFactory.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddecorateObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)Decorates theObjectMapper.
-