snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Mapper sharing between the Jackson extension and Vert.x #264

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Description

Vert.x 4 offers an SPI mechanism that would allow sharing the ObjectMapper between Quarkus and Vert.x. Thus, user customization would also be applied to object mapped to JSON from Vert.x.

Implementation ideas

Related to #14779


https://github.com/quarkusio/quarkus/issues/15031


$upstream:15031$