Package web5.sdk.jose
Class JwtClaimsSetDeserializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.deser.NullValueProvider
public final class JwtClaimsSetDeserializer extends JsonDeserializer<JwtClaimsSet>
JwtClaimsSet deserializer.
Used to deserialize JSON object JwtClaimsSet that takes miscellaneous claims and puts them as values inside misc key
-
-
Constructor Summary
Constructors Constructor Description JwtClaimsSetDeserializer()
-
Method Summary
Modifier and Type Method Description JwtClaimsSetdeserialize(JsonParser p, DeserializationContext ctxt)-
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
-
-
Method Detail
-
deserialize
JwtClaimsSet deserialize(JsonParser p, DeserializationContext ctxt)
-
-
-
-