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(com.fasterxml.jackson.databind.ObjectMapper mapper)
    Decorates the ObjectMapper.
  • Method Details

    • decorateObjectMapper

      void decorateObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) throws Exception
      Decorates the ObjectMapper.
      Parameters:
      mapper - ObjectMapper.
      Throws:
      Exception - If fails to decorate the ObjectMapper.