Package | Description |
---|---|
org.jboss.aerogear.sync.jsonmergepatch |
This package contains classes for the JSON Merge Patch synchronizer core
|
org.jboss.aerogear.sync.jsonmergepatch.client |
This package contains classes for the JSON Merge Patch synchronizer client
|
org.jboss.aerogear.sync.jsonmergepatch.server |
This package contains classes for the JSON Merge Patch synchronizer server
|
Modifier and Type | Method and Description |
---|---|
JsonMergePatchEdit |
JsonMergePatchEdit.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Queue<JsonMergePatchEdit> |
JsonMergePatchMessage.edits() |
Constructor and Description |
---|
JsonMergePatchMessage(String documentId,
String clientId,
Queue<JsonMergePatchEdit> edits) |
Modifier and Type | Method and Description |
---|---|
JsonMergePatchEdit |
JsonMergePatchClientSynchronizer.clientDiff(ShadowDocument<com.fasterxml.jackson.databind.JsonNode> shadowDocument,
ClientDocument<com.fasterxml.jackson.databind.JsonNode> document) |
JsonMergePatchEdit |
JsonMergePatchClientSynchronizer.serverDiff(ClientDocument<com.fasterxml.jackson.databind.JsonNode> document,
ShadowDocument<com.fasterxml.jackson.databind.JsonNode> shadowDocument) |
Modifier and Type | Method and Description |
---|---|
PatchMessage<JsonMergePatchEdit> |
JsonMergePatchClientSynchronizer.createPatchMessage(String documentId,
String clientId,
Queue<JsonMergePatchEdit> edits) |
PatchMessage<JsonMergePatchEdit> |
JsonMergePatchClientSynchronizer.patchMessageFromJson(String json) |
Modifier and Type | Method and Description |
---|---|
ClientDocument<com.fasterxml.jackson.databind.JsonNode> |
JsonMergePatchClientSynchronizer.patchDocument(JsonMergePatchEdit edit,
ClientDocument<com.fasterxml.jackson.databind.JsonNode> document) |
ShadowDocument<com.fasterxml.jackson.databind.JsonNode> |
JsonMergePatchClientSynchronizer.patchShadow(JsonMergePatchEdit edit,
ShadowDocument<com.fasterxml.jackson.databind.JsonNode> shadowDocument) |
Modifier and Type | Method and Description |
---|---|
PatchMessage<JsonMergePatchEdit> |
JsonMergePatchClientSynchronizer.createPatchMessage(String documentId,
String clientId,
Queue<JsonMergePatchEdit> edits) |
Modifier and Type | Method and Description |
---|---|
JsonMergePatchEdit |
JsonMergePatchServerSynchronizer.clientDiff(Document<com.fasterxml.jackson.databind.JsonNode> document,
ShadowDocument<com.fasterxml.jackson.databind.JsonNode> shadowDocument) |
JsonMergePatchEdit |
JsonMergePatchServerSynchronizer.serverDiff(Document<com.fasterxml.jackson.databind.JsonNode> document,
ShadowDocument<com.fasterxml.jackson.databind.JsonNode> shadowDocument) |
Modifier and Type | Method and Description |
---|---|
PatchMessage<JsonMergePatchEdit> |
JsonMergePatchServerSynchronizer.createPatchMessage(String documentId,
String clientId,
Queue<JsonMergePatchEdit> edits) |
PatchMessage<JsonMergePatchEdit> |
JsonMergePatchServerSynchronizer.patchMessageFromJson(String json) |
Modifier and Type | Method and Description |
---|---|
Document<com.fasterxml.jackson.databind.JsonNode> |
JsonMergePatchServerSynchronizer.patchDocument(JsonMergePatchEdit edit,
Document<com.fasterxml.jackson.databind.JsonNode> document) |
ShadowDocument<com.fasterxml.jackson.databind.JsonNode> |
JsonMergePatchServerSynchronizer.patchShadow(JsonMergePatchEdit edit,
ShadowDocument<com.fasterxml.jackson.databind.JsonNode> shadowDocument) |
Modifier and Type | Method and Description |
---|---|
PatchMessage<JsonMergePatchEdit> |
JsonMergePatchServerSynchronizer.createPatchMessage(String documentId,
String clientId,
Queue<JsonMergePatchEdit> edits) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.