Interface ObjectMapperParserDecorator

All Known Implementing Classes:
KotlinDataObjectMapperParserDecoratorServiceFactory, ScalaObjectMapperParserDecoratorServiceFactory

public interface ObjectMapperParserDecorator
Decorates the ObjectMapper for the JacksonHttpObjectParserFactory.
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.