Description
We currently do not support deduplication of objects via JsonPonters if the object is in a Map in the DTO. See JOHNZON-135.
In MappingGeneratorImpl#writeMapBody(final Map<?, ?> object, final Adapter itemConverter) needs a JsonPointerTracker parameter which gets filled accordingly.