Package web5.sdk.dids
Class PurposesDeserializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.deser.NullValueProvider
public final class PurposesDeserializer extends JsonDeserializer<List<Purpose>>
Deserialize String into List of Purpose enums.
-
-
Constructor Summary
Constructors Constructor Description PurposesDeserializer()
-
Method Summary
Modifier and Type Method Description List<Purpose>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
-
-
Method Detail
-
deserialize
List<Purpose> deserialize(JsonParser p, DeserializationContext ctxt)
-
-
-
-