Package 

Object PatchOp.Deserializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.deser.ContextualDeserializer , com.fasterxml.jackson.databind.deser.NullValueProvider

    
    public class PatchOp.Deserializer
    extends JsonDeserializer<PatchOp<Any>> implements ContextualDeserializer
                        

    Custom Deserializer for patch operations.

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      JsonDeserializer<?> createContextual(DeserializationContext ctxt, BeanProperty property)
      PatchOp<Object> 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 kotlin.Any

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail