Package 

Class PatchOp.Set

  • All Implemented Interfaces:
    io.outfoxx.sunday.json.patch.UpdateOp

    
    public final class PatchOp.Set<T extends Object>
    extends PatchOp<T> implements UpdateOp<T>
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final T value
    • Constructor Summary

      Constructors 
      Constructor Description
      PatchOp.Set(T value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final T getValue()
      String toString()
      final T component1()
      final PatchOp.Set<T> copy(T value)
      • Methods inherited from class kotlin.Any

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait