| Package | Description |
|---|---|
| org.javers.core.graph | |
| org.javers.core.metamodel.type |
| Modifier and Type | Method and Description |
|---|---|
protected EnumerableType |
AbstractMapFunction.getEnumerableType() |
| Constructor and Description |
|---|
AbstractMapFunction(EnumerableType enumerableType,
TypeMapper typeMapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayType |
class |
CollectionType |
class |
ContainerType
Collection or Array
|
class |
ListType |
class |
MapType
Map where both keys and values
should be of
PrimitiveType or ValueType. |
class |
SetType |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeMapper.isContainerOfManagedClasses(EnumerableType enumerableType)
is Set, List or Array of ManagedClasses
|
boolean |
TypeMapper.isMapWithManagedClass(EnumerableType enumerableType)
is Map with ManagedClass on Key or Value position
|
Copyright © 2014. All rights reserved.