S - the source object typeD - the destination object typepublic abstract class PropertyMapConfigurerSupport<S,D> extends Object implements ModelMapperConfigurer
PropertyMap model mapper configurer. This template method class allows to specify
the PropertyMap that will be registered within the model mapper.| 构造器和说明 |
|---|
PropertyMapConfigurerSupport() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
configure(org.modelmapper.ModelMapper modelMapper)
Configures the passed
ModelMapper instance by registering the PropertyMap defined by
mapping() method. |
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)
ModelMapper instance by registering the PropertyMap defined by
mapping() method.configure 在接口中 ModelMapperConfigurermodelMapper - ModelMapper instance to be configuredCopyright © 2024. All rights reserved.