Package web5.sdk.jose
Class JwtClaimsSetSerializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public final class JwtClaimsSetSerializer extends JsonSerializer<JwtClaimsSet>
JwtClaimsSet serializer.
Used to serialize JwtClaimsSet into a JSON object that flattens the misc claims
-
-
Constructor Summary
Constructors Constructor Description JwtClaimsSetSerializer()
-
Method Summary
Modifier and Type Method Description Unitserialize(JwtClaimsSet jwtClaimsSet, JsonGenerator gen, SerializerProvider serializers)-
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
serialize
Unit serialize(JwtClaimsSet jwtClaimsSet, JsonGenerator gen, SerializerProvider serializers)
-
-
-
-