This repository was archived by the owner on Oct 25, 2021. It is now read-only.
This repository was archived by the owner on Oct 25, 2021. It is now read-only.
Customize ObjectMapper / inject custom ObjectMapper #6
Closed
Description
Currently the default Spring ObjectMapper is injected.
But in many applications it is already widely used and cannot be customized for graphql.
In my case a legacy app uses ObjectMapper with setSerializationInclusion(Include.NON_NULL)
. This will break lot's of graphql clients. But I can't change it, because a lot of stuff within the legacy app relies on that behavior.
Metadata
Metadata
Assignees
Labels
No labels