クラス SimpleGrantedAuthorityMixin
- java.lang.Object
-
- org.springframework.security.jackson2.SimpleGrantedAuthorityMixin
public abstract class SimpleGrantedAuthorityMixin extends java.lang.Object
Jackson Mixin クラスはSimpleGrantedAuthority
のシリアライズ / デシリアライズに役立ちます。ObjectMapper mapper = new ObjectMapper(); mapper.registerModule(new CoreJackson2Module());
- 導入:
- 4.2
- 関連事項:
CoreJackson2Module
,SecurityJackson2Modules
コンストラクターの概要
コンストラクター コンストラクター 説明 SimpleGrantedAuthorityMixin(java.lang.String role)
Mixin コンストラクター。