| Class | Description |
|---|---|
| ArrayType | |
| CollectionType | |
| ContainerType |
Collection or Array
|
| CustomType<T> |
Custom Type in client's domain model.
|
| DuckType | |
| EntityType |
Entity class in client's domain model.
|
| EnumerableType |
Collection or Array or Map
|
| IgnoredType |
All properties with IgnoredType are ignored by JaVers engine
|
| JaversProperty |
Class property with JaversType
|
| JaversType |
Managed property type
This is the convenient abstraction layer awkward java.lang.reflect.Type and java.lang.Class |
| KeyValueType | |
| ListAsSetType | |
| ListType | |
| ManagedType | |
| MapContentType | |
| MapEnumerationOwnerContext | |
| MapType | |
| OptionalType | |
| ParametrizedDehydratedType | |
| PrimitiveOrValueType | |
| PrimitiveType |
Primitive or primitive box
|
| SetType | |
| ShallowReferenceType | |
| TokenType | |
| TypeMapper |
Maps Java types into Javers types
|
| TypeMapperModule | |
| UnknownType | |
| ValueObjectType |
ValueObject class in client's domain model.
|
| ValueType |
Value class in client's domain model.
|