public static class JacksonSerde.JwksJsonDeserializer
extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<org.jose4j.jwk.JsonWebKeySet>
Constructor and Description |
---|
JwksJsonDeserializer(Class<org.jose4j.jwk.JsonWebKeySet> t) |
Modifier and Type | Method and Description |
---|---|
org.jose4j.jwk.JsonWebKeySet |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserializeWithType, getValueClass, getValueInstantiator, getValueType, getValueType, handledType
deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
public JwksJsonDeserializer(Class<org.jose4j.jwk.JsonWebKeySet> t)
public org.jose4j.jwk.JsonWebKeySet deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<org.jose4j.jwk.JsonWebKeySet>
IOException