You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ObjectMapper mapper = JsonMapper.builder() // or mapper for other dataformats .addModule(new NoCtorDeserModule()) // add other modules, configure, etc .build();
But this module is missing from the package as far as I can see. Do you perhaps mean NoCtorModule or am I missing something?