public static class JsonMapper.JwkJsonDeserializer
extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<org.jose4j.jwk.JsonWebKey>
| Constructor and Description |
|---|
JwkJsonDeserializer(Class<org.jose4j.jwk.JsonWebKey> t) |
| Modifier and Type | Method and Description |
|---|---|
org.jose4j.jwk.JsonWebKey |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserializeWithType, getValueClass, getValueInstantiator, getValueType, getValueType, handledTypedeserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic JwkJsonDeserializer(Class<org.jose4j.jwk.JsonWebKey> t)
public org.jose4j.jwk.JsonWebKey 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.JsonWebKey>IOException