Class SimpleGrantedAuthorityMixin
java.lang.Object
org.springframework.security.jackson2.SimpleGrantedAuthorityMixin
Jackson Mixin class helps in serialize/deserialize
SimpleGrantedAuthority
.
ObjectMapper mapper = new ObjectMapper(); mapper.registerModule(new CoreJackson2Module());
- Since:
- 4.2
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SimpleGrantedAuthorityMixin
Mixin Constructor.- Parameters:
role
- the role
-