Transform
Transform tracks changes to state structure, is used for mounting transforms.
Static Method Summary
| Static Public Methods | ||
| public static |
parse target keys to json pointer and return transform |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(map: Map) Transform constructors |
|
Method Summary
| Public Methods | ||
| public |
apply(pointer: JSONPointer): Transform apply transform on JSONPointer |
|
| public |
check if transforms are equal |
|
| public |
check if transform is identify |
|
| public |
resolve keys from child transform with targets from object |
|
| public |
returns targets (target pointer as rfc string) |
|
Static Public Methods
Public Constructors
Public Methods
public apply(pointer: JSONPointer): Transform source
apply transform on JSONPointer
Params:
| Name | Type | Attribute | Description |
| pointer | JSONPointer | pointer |
public equals(x: Transform): boolean source
check if transforms are equal
Params:
| Name | Type | Attribute | Description |
| x | Transform | transfrom to check against |