| Interface | Description |
|---|---|
| BuilderWithMapper |
A builder for
MappingTestHelper that holds the mapper to test. |
| BuilderWithSourceClass |
A builder that holds a mapper object to test and the source class of the objects to map.
|
| FinalBuilder |
A builder that is ready to perform the assertion.
|
| ValueProvider |
Creates values for a given parameter type.
|
| Class | Description |
|---|---|
| BeanUtils |
Bean utility methods.
|
| DefaultValueProvidersSupplier |
Supplies the default value providers.
|
| ExpressionValueProvider<T> |
A provider that uses a
Supplier to provide its value. |
| GenericValueProvider<T> |
Base class for generic value providers.
|
| MappingTestHelper |
Helps testing the various mapper classes.
|
| Options |
Options for the mapping test helper.
|
| SingleValueProvider<T> |
A provider that always provides the same value.
|
| StringValueProvider |
A provider for strings.
|
| Enum | Description |
|---|---|
| ListMode |
Determines how lists should be created.
|
Copyright © 2018. All rights reserved.