| Class | Description |
|---|---|
| ConfigurationConfigurer | |
| ConverterConfigurer<S,D> | |
| ModelMapperAutoConfiguration | |
| ModelMapperFactoryBean |
A factory bean that instantiates the
ModelMapper and configures it by delegating to registered
TypeMapConfigurer instances. |
| TypeMapConfigurer<S,D> |
| Annotation Type | Description |
|---|---|
| WithModelMapper |
Annotation that can be used in combination with @RunWith(SpringRunner.class) in case model mapper
component are needed for testing.
|