Class JsonMapper.JwksJsonDeserializer
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<org.jose4j.jwk.JsonWebKeySet>
com.fasterxml.jackson.databind.deser.std.StdDeserializer<org.jose4j.jwk.JsonWebKeySet>
io.confluent.security.authorizer.utils.JsonMapper.JwksJsonDeserializer
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider,com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable,Serializable
- Enclosing class:
JsonMapper
public static class JsonMapper.JwksJsonDeserializer
extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<org.jose4j.jwk.JsonWebKeySet>
- 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 -
Method Summary
Modifier and TypeMethodDescriptionorg.jose4j.jwk.JsonWebKeySetdeserialize(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, handledTypeMethods 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
-
Constructor Details
-
JwksJsonDeserializer
-
-
Method Details
-
deserialize
public org.jose4j.jwk.JsonWebKeySet deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException - Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<org.jose4j.jwk.JsonWebKeySet>- Throws:
IOException
-