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