Replace

skuber.api.patch.`package`.JsonPatchOperation.Replace
case class Replace[T](path: String, value: T)(implicit fmt: Writes[T]) extends ValueOperation[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ValueOperation[T]
trait Operation
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type ValueType = T

Attributes

Inherited from:
ValueOperation

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val op: String

Implicits

Implicits

implicit val fmt: Writes[T]