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