S - the source object typeD - the destination object typepublic abstract class PropertyMapConfigurerSupport<S,D> extends java.lang.Object implements ModelMapperConfigurer
PropertyMap model mapper configurer. This template method class allows to specify
the PropertyMap that will be registered within the model mapper.| Constructor and Description |
|---|
PropertyMapConfigurerSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.modelmapper.ModelMapper modelMapper)
Configures
|
abstract org.modelmapper.PropertyMap<S,D> |
mapping()
Allows to specify the specific property mapping between two different objects.
|
public abstract org.modelmapper.PropertyMap<S,D> mapping()
public void configure(org.modelmapper.ModelMapper modelMapper)
configure in interface ModelMapperConfigurermodelMapper - ModelMapper instance to be configured