| Package | Description |
|---|---|
| org.javers.core.diff.appenders | |
| org.javers.core.diff.changetype |
| Modifier and Type | Method and Description |
|---|---|
ContainerValueChange |
MapChangesToListChangesFunction.apply(EntryChange input) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementAdded
element added to collection
|
class |
ElementRemoved
element removed from collection
|
class |
ElementValueChange |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerValueChange> |
SetChange.getChanges() |
List<ContainerValueChange> |
ListChange.getChanges() |
List<ContainerValueChange> |
ArrayChange.getChanges() |
| Constructor and Description |
|---|
ArrayChange(GlobalCdoId globalCdoId,
Property property,
List<ContainerValueChange> changes) |
ListChange(GlobalCdoId globalCdoId,
Property property,
List<ContainerValueChange> changes) |
SetChange(GlobalCdoId globalCdoId,
Property property,
List<ContainerValueChange> changes) |
Copyright © 2014. All rights reserved.