Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PatchingStore<T>

ResourceStore using decorator pattern for the modifyResource function. If the original store supports the Patch, behaviour will be identical, otherwise the PatchHandler will be called instead.

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

Private Readonly patcher

patcher: PatchHandler

Protected Readonly source

source: T

Methods

addResource

deleteResource

getRepresentation

modifyResource

setRepresentation