Package org.springframework.security.jackson


@NullMarked package org.springframework.security.jackson
Jackson 3+ serialization support.
  • Classes
    Class
    Description
    Jackson 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 (except OAuth2AuthorizationServerJacksonModule and WebauthnJacksonModule), enable automatic inclusion of type information and configure a PolymorphicTypeValidator that handles the validation of class names.
    Jackson Mixin class helps in serialize/deserialize SimpleGrantedAuthority.