| Package | Description |
|---|---|
| org.javers.common.collections | |
| org.javers.core.diff.appenders | |
| org.javers.core.graph | |
| org.javers.core.metamodel.object | |
| org.javers.core.metamodel.type |
| Modifier and Type | Method and Description |
|---|---|
T |
EnumerableFunction.apply(F input,
OwnerContext enumerationAwareOwnerContext) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ContainerElementChange> |
SetChangeAppender.calculateEntryChanges(SetType setType,
Set leftRawSet,
Set rightRawSet,
OwnerContext owner) |
| Modifier and Type | Method and Description |
|---|---|
Cdo |
LiveCdoFactory.create(Object wrappedCdo,
OwnerContext owner) |
Cdo |
CdoFactory.create(Object target,
OwnerContext owner) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DehydrateMapFunction.apply(Object input,
OwnerContext enumerationAwareOwnerContext) |
Object |
DehydrateContainerFunction.apply(Object input,
OwnerContext enumerationAwareOwnerContext) |
GlobalId |
GlobalIdFactory.createId(Object targetCdo,
OwnerContext owner) |
Object |
GlobalIdFactory.dehydrate(Object item,
JaversType targetType,
OwnerContext context)
If item is Primitive or Value - returns it,
if item is Entity or ValueObject - returns its globalId,
if item is already instance of GlobalId - returns it.
|
| Constructor and Description |
|---|
ValueObjectId(ValueObject valueObject,
OwnerContext ownerContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
SetType.map(Object sourceSet_,
EnumerableFunction mapFunction,
OwnerContext owner) |
Map |
MapType.map(Object sourceMap_,
EnumerableFunction mapFunction,
OwnerContext owner) |
Object |
ListType.map(Object sourceList_,
EnumerableFunction mapFunction,
OwnerContext owner) |
abstract Object |
EnumerableType.map(Object sourceEnumerable,
EnumerableFunction mapFunction,
OwnerContext owner)
Returns new instance of Enumerable with items from sourceEnumerable mapped by mapFunction.
|
Object |
CollectionType.map(Object sourceEnumerable,
EnumerableFunction mapFunction,
OwnerContext owner)
implemented in subclasses
|
Object |
ArrayType.map(Object sourceArray,
EnumerableFunction mapFunction,
OwnerContext owner) |
Copyright © 2014. All rights reserved.