Interface RightsRetentionStrategy
- All Known Implementing Classes:
CustomerRightsRetentionStrategy,FunderRightsRetentionStrategy,NullRightsRetentionStrategy,OverriddenRightsRetentionStrategy
public interface RightsRetentionStrategy
The RightsRetentionStrategy interface represents the strategy for rights retention. It makes use of Jackson
annotations to handle JSON serialization and deserialization into the correct implementing types:
CustomerRightsRetentionStrategy, OverriddenRightsRetentionStrategy, and NullRightsRetentionStrategy.