Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Fetch uses serializeMapper from ObjectMapperFactory to deserialize #118

Open
jpasquers opened this issue Sep 12, 2020 · 0 comments
Open

Comments

@jpasquers
Copy link

mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);

^The mapper referenced here is the serializeMapper, not a mapperFactory.newDeserializeMapper(). When we had to override the ObjectMapperFactory to do custom deserialization, we ended up having to add the custom logic to the newSerializeMapper()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant