Class JsonMapper.JwkJsonDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<org.jose4j.jwk.JsonWebKey>
com.fasterxml.jackson.databind.deser.std.StdDeserializer<org.jose4j.jwk.JsonWebKey>
io.confluent.security.authorizer.utils.JsonMapper.JwkJsonDeserializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, Serializable
Enclosing class:
JsonMapper

public static class JsonMapper.JwkJsonDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<org.jose4j.jwk.JsonWebKey>
See Also:
  • 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
    JwkJsonDeserializer(Class<org.jose4j.jwk.JsonWebKey> t)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jose4j.jwk.JsonWebKey
    deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
     

    Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

    deserializeWithType, getValueClass, getValueInstantiator, getValueType, getValueType, handledType

    Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

    deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer

    Methods inherited from class java.lang.Object

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

    • JwkJsonDeserializer

      public JwkJsonDeserializer(Class<org.jose4j.jwk.JsonWebKey> t)
  • Method Details

    • deserialize

      public org.jose4j.jwk.JsonWebKey deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
      Specified by:
      deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<org.jose4j.jwk.JsonWebKey>
      Throws:
      IOException