类 OAuth2ClientAuthenticationTokenDeserializer
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientAuthenticationToken>
cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2ClientAuthenticationTokenDeserializer
- 所有已实现的接口:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class OAuth2ClientAuthenticationTokenDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientAuthenticationToken>
Description: OAuth2ClientAuthenticationTokenDeserializer
- 作者:
- : gengwei.zheng
- Date:
- : 2022/10/24 14:43
-
嵌套类概要
从类继承的嵌套类/接口 com.fasterxml.jackson.databind.JsonDeserializer
com.fasterxml.jackson.databind.JsonDeserializer.None -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientAuthenticationTokendeserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext context) 从类继承的方法 com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
构造器详细资料
-
OAuth2ClientAuthenticationTokenDeserializer
public OAuth2ClientAuthenticationTokenDeserializer()
-
-
方法详细资料
-
deserialize
public org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientAuthenticationToken deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException, com.fasterxml.jackson.core.JacksonException - 指定者:
deserialize在类中com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientAuthenticationToken>- 抛出:
IOExceptioncom.fasterxml.jackson.core.JacksonException
-