Package net.officefloor.web.json
Interface ObjectMapperParserDecorator
- All Known Implementing Classes:
KotlinDataObjectMapperParserDecoratorServiceFactory,ScalaObjectMapperParserDecoratorServiceFactory
public interface ObjectMapperParserDecorator
Decorates the
ObjectMapper for the
JacksonHttpObjectParserFactory.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoiddecorateObjectMapper(tools.jackson.databind.cfg.MapperBuilder<?, ?> builder) Decorates theObjectMapperbuilder.
-
Method Details
-
decorateObjectMapper
Decorates theObjectMapperbuilder.- Parameters:
builder-MapperBuilder.- Throws:
Exception- If fails to decorate.
-