Interface ObjectMapperResponderDecorator

All Known Implementing Classes:
ScalaObjectMapperResponderDecoratorServiceFactory

public interface ObjectMapperResponderDecorator
Decorates the ObjectMapper for the JacksonHttpObjectResponderFactory.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    decorateObjectMapper(tools.jackson.databind.cfg.MapperBuilder<?,?> builder)
    Decorates the ObjectMapper builder.
  • Method Details

    • decorateObjectMapper

      void decorateObjectMapper(tools.jackson.databind.cfg.MapperBuilder<?,?> builder) throws Exception
      Decorates the ObjectMapper builder.
      Parameters:
      builder - MapperBuilder.
      Throws:
      Exception - If fails to decorate.