-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public final class PatchOp.Serializer extends JsonSerializer<PatchOp<?>>
Custom Serializer for patch operations.
-
-
Constructor Summary
Constructors Constructor Description PatchOp.Serializer()
-
Method Summary
Modifier and Type Method Description BooleanisEmpty(SerializerProvider provider, PatchOp<?> value)Unitserialize(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
-
-