public static class SpringSecurityJackson2Module.GrantedAuthorityDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.security.core.authority.SimpleGrantedAuthority>
Constructor and Description |
---|
GrantedAuthorityDeserializer() |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.core.authority.SimpleGrantedAuthority |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
public org.springframework.security.core.authority.SimpleGrantedAuthority deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.security.core.authority.SimpleGrantedAuthority>
IOException
Copyright © 2017. All rights reserved.