public class SimplePropertyMappingStrategyManager extends Object implements PropertyMappingStrategyManager
PropertyMappingStrategyManager.| 构造器和说明 |
|---|
SimplePropertyMappingStrategyManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addPropertyMappingStrategy(@NonNull PropertyMappingStrategy strategy)
Register property mapping strategy.
|
Collection<PropertyMappingStrategy> |
getAllPropertyMappingStrategies()
Get all property mapping strategies.
|
@Nullable PropertyMappingStrategy |
getPropertyMappingStrategy(String name)
Get property mapping strategy by name.
|
PropertyMappingStrategy |
removePropertyMappingStrategy(String name)
Remove property mapping strategy.
|
public void addPropertyMappingStrategy(@NonNull PropertyMappingStrategy strategy)
addPropertyMappingStrategy 在接口中 PropertyMappingStrategyManagerstrategy - strategyPropertyMappingStrategypublic @Nullable PropertyMappingStrategy getPropertyMappingStrategy(String name)
getPropertyMappingStrategy 在接口中 PropertyMappingStrategyManagername - namepublic PropertyMappingStrategy removePropertyMappingStrategy(String name)
removePropertyMappingStrategy 在接口中 PropertyMappingStrategyManagername - namepublic Collection<PropertyMappingStrategy> getAllPropertyMappingStrategies()
getAllPropertyMappingStrategies 在接口中 PropertyMappingStrategyManagerCopyright © 2024. All rights reserved.