Package 

Class PatchOp

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class PatchOp.Set

      JSON Merge Patch set operation that sets/replaces the current value.

      public final class PatchOp.Delete

      JSON Merge Patch delete operation that deletes the current value.

      public final class PatchOp.None

      JSON Merge Patch none operation that leaves the current value untouched.

      public class PatchOp.Companion
      public final class PatchOp.Serializer

      Custom Serializer for patch operations.

      public class PatchOp.Deserializer

      Custom Deserializer for patch operations.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • 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

    • Method Detail