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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      JwtClaimsSet deserialize(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
    • Constructor Detail

      • JwtClaimsSetDeserializer

        JwtClaimsSetDeserializer()