Netflix/mantis

Get rid of all Object Mappers throughout the codebase

sundargates opened this issue · 0 comments

Context

Object Mappers are used throughout the codebase. The problem with this is that they are all configured differently. Therefore, if we need to introduce a new module, we will have to change all the ObjectMappers.

Steps to reproduce

Explain the steps to reliably reproduce the issue.

Expected behavior

Explain what you think should happen.

Actual Behavior

Explain what actually happens instead.