| 接口 | 说明 |
|---|---|
| PropertyMappingStrategy |
Property value mapping strategy.
|
| PropertyMappingStrategyManager |
Manager for property mapping strategy.
|
| 类 | 说明 |
|---|---|
| OverwriteMappingStrategy |
Enforce overwriting the original value of the referenced field regardless of whether the referenced source value is null or not.
|
| OverwriteNotNullMappingStrategy |
Assign the source value to the referenced field only if the referenced source value is not null.
|
| ReferenceMappingStrategy |
Assignment of source values to the target object
is only allowed if the reference field value of the target object is null.
|
| SimplePropertyMappingStrategyManager |
A basic implementation of
PropertyMappingStrategyManager. |
Copyright © 2024. All rights reserved.