-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.deser.NullValueProvider
public final class PatchOp.Deserializer.TypedDeserializer<T extends Object> extends JsonDeserializer<PatchOp<T>>
-
-
Constructor Summary
Constructors Constructor Description PatchOp.Deserializer.TypedDeserializer(JavaType type)
-
Method Summary
Modifier and Type Method Description PatchOp<T>getNullValue(DeserializationContext ctxt)PatchOp<T>deserialize(JsonParser p, DeserializationContext ctxt)-
Methods inherited from class kotlin.Any
equals, hashCode, toString -
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, 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
-
getNullValue
PatchOp<T> getNullValue(DeserializationContext ctxt)
-
deserialize
PatchOp<T> deserialize(JsonParser p, DeserializationContext ctxt)
-
-
-
-