| Package | Description |
|---|---|
| org.javers.common.collections | |
| 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 |
|---|---|
Cdo |
LiveCdoFactory.create(Object wrappedCdo,
OwnerContext owner) |
Cdo |
CdoFactory.create(Object target,
OwnerContext owner) |
| Modifier and Type | Method and Description |
|---|---|
GlobalCdoId |
GlobalIdFactory.createId(Object targetCdo,
OwnerContext owner) |
| Constructor and Description |
|---|
ValueObjectId(ValueObject valueObject,
OwnerContext ownerContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
SetType.map(Object sourceSet_,
EnumerableFunction mapFunction,
OwnerContext owner) |
Object |
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.