How to configure RESTEasy to use the Jackson afterburner module -


with large payloads, seeing when json converted pojo, taking lot of time. internally uses jackson. wondering if there way can configure resteasy use afterburner module seems better performace.

you can configure objectmapper used. 1 way can done through contextresolver, see here. register module objectmapper (as seen in documentation).


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -