Package org.springframework.security.jackson
@NullMarked
package org.springframework.security.jackson
Jackson 3+ serialization support.
-
ClassesClassDescriptionJackson module for spring-security-core.Jackson module allowing to contribute
PolymorphicTypeValidator
configuration.This utility class will find all the Jackson modules contributed by Spring Security in the classpath (exceptOAuth2AuthorizationServerJacksonModule
andWebauthnJacksonModule
), enable automatic inclusion of type information and configure aPolymorphicTypeValidator
that handles the validation of class names.Jackson Mixin class helps in serialize/deserializeSimpleGrantedAuthority
.