Interface StrategyDefinition
-
- All Known Implementing Classes:
PersistenceSelectorStrategy,StorageStrategy
public interface StrategyDefinitionUsed to define the strategy implementation (class) and related attributes (parameters) to be used by the strategy.- Author:
- jesse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClazz()List<Parameter>getParameters()
-