| Package | Description |
|---|---|
| org.javers.core.diff.appenders | |
| org.javers.core.diff.changetype.container | |
| org.javers.core.json.typeadapter.change |
| Modifier and Type | Method and Description |
|---|---|
ContainerElementChange |
MapChangesToListChangesFunction.apply(EntryChange input) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ContainerElementChange> |
SetChangeAppender.calculateEntryChanges(SetType setType,
Set leftRawSet,
Set rightRawSet,
OwnerContext owner) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementValueChange |
class |
ValueAdded
element added to collection
|
class |
ValueAddOrRemove
Change on collection of values
|
class |
ValueRemoved
element removed from collection
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerElementChange> |
ContainerChange.getChanges() |
| Constructor and Description |
|---|
ArrayChange(GlobalId affectedCdoId,
Property property,
List<ContainerElementChange> changes) |
ListChange(GlobalId affectedCdoId,
Property property,
List<ContainerElementChange> changes) |
SetChange(GlobalId affectedCdoId,
Property property,
List<ContainerElementChange> changes) |
| Modifier and Type | Method and Description |
|---|---|
protected ContainerChange |
ArrayChangeTypeAdapter.newInstance(ChangeTypeAdapter.PropertyChangeStub stub,
List<ContainerElementChange> changes) |
protected ContainerChange |
ListChangeTypeAdapter.newInstance(ChangeTypeAdapter.PropertyChangeStub stub,
List<ContainerElementChange> changes) |
protected ContainerChange |
SetChangeTypeAdapter.newInstance(ChangeTypeAdapter.PropertyChangeStub stub,
List<ContainerElementChange> changes) |
protected abstract ContainerChange |
ContainerChangeTypeAdapter.newInstance(ChangeTypeAdapter.PropertyChangeStub stub,
List<ContainerElementChange> changes) |
Copyright © 2014. All rights reserved.