| Modifier and Type | Class and Description |
|---|---|
class |
MappingTestHelper
Helps testing the various mapper classes.
|
| Modifier and Type | Method and Description |
|---|---|
BuilderWithSourceClass |
BuilderWithMapper.canMap(Class<?> sourceClass)
Sets up the assumption that the mapper can map the given source class.
|
BuilderWithSourceClass |
MappingTestHelper.canMap(Class<?> sourceClass)
Sets the source class that will be mapped by the mapper.
|
BuilderWithSourceClass |
BuilderWithSourceClass.ignoringProperties(String... missingProperties) |
BuilderWithSourceClass |
MappingTestHelper.ignoringProperties(String... missingProperties) |
BuilderWithSourceClass |
BuilderWithSourceClass.withListMode(ListMode listMode) |
BuilderWithSourceClass |
MappingTestHelper.withListMode(ListMode listMode) |
BuilderWithSourceClass |
BuilderWithSourceClass.withMaxRecursionDepth(int maxRecursionDepth) |
BuilderWithSourceClass |
MappingTestHelper.withMaxRecursionDepth(int maxRecursionDepth) |
BuilderWithSourceClass |
BuilderWithSourceClass.withValueProviders(Supplier<ValueProvider[]> valueProvidersSupplier) |
BuilderWithSourceClass |
MappingTestHelper.withValueProviders(Supplier<ValueProvider[]> valueProvidersSupplier) |
Copyright © 2018. All rights reserved.