Package 

Class PatchOp.Serializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

    
    public final class PatchOp.Serializer
    extends JsonSerializer<PatchOp<?>>
                        

    Custom Serializer for patch operations.

    • 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
      Boolean isEmpty(SerializerProvider provider, PatchOp<?> value)
      Unit serialize(PatchOp<?> value, JsonGenerator gen, SerializerProvider serializers)
      • Methods inherited from class kotlin.Any

        equals, hashCode, toString
      • Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId
      • Methods inherited from class java.lang.Object

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

      • PatchOp.Serializer

        PatchOp.Serializer()