public interface PropertyMappingStrategyManager
PropertyMappingStrategy,
SimplePropertyMappingStrategyManager| 限定符和类型 | 方法和说明 |
|---|---|
void |
addPropertyMappingStrategy(@NonNull PropertyMappingStrategy propertyMappingStrategy)
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.
|
void addPropertyMappingStrategy(@NonNull PropertyMappingStrategy propertyMappingStrategy)
propertyMappingStrategy - property mapping strategy@Nullable PropertyMappingStrategy getPropertyMappingStrategy(String name)
name - namePropertyMappingStrategy removePropertyMappingStrategy(String name)
name - nameCollection<PropertyMappingStrategy> getAllPropertyMappingStrategies()
Copyright © 2024. All rights reserved.