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