Jackson module for spring-security-web. This module register
CookieMixin,
DefaultCsrfTokenMixin,
DefaultSavedRequestMixin and
WebAuthenticationDetailsMixin. If no
default typing enabled by default then it'll enable it because typing info is needed to properly serialize/deserialize objects.
In order to use this module just add this module into your ObjectMapper configuration.
ObjectMapper mapper = new ObjectMapper();
mapper.registerModule(new WebJackson2Module());
Note: use SecurityJackson2Modules.getModules(ClassLoader) to get list of all security modules.