Class ClientSettingsDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.security.oauth2.server.authorization.settings.ClientSettings>
cn.herodotus.engine.oauth2.data.jpa.jackson2.ClientSettingsDeserializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider

public class ClientSettingsDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.security.oauth2.server.authorization.settings.ClientSettings>

Description: ClientSettingsDeserializer

Author:
: gengwei.zheng
Date:
: 2022/10/24 23:18
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

    com.fasterxml.jackson.databind.JsonDeserializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.oauth2.server.authorization.settings.ClientSettings
    deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
     

    Methods inherited from class 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClientSettingsDeserializer

      public ClientSettingsDeserializer()
  • Method Details

    • deserialize

      public org.springframework.security.oauth2.server.authorization.settings.ClientSettings deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException, com.fasterxml.jackson.core.JacksonException
      Specified by:
      deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<org.springframework.security.oauth2.server.authorization.settings.ClientSettings>
      Throws:
      IOException
      com.fasterxml.jackson.core.JacksonException