Interface MappingValidator
- All Known Implementing Classes:
CompositeMappingValidator,DecimalValueMappingValidator,SpecificValueMappingValidator
public interface MappingValidator
Represents a mapping validator used to determine whether a specific mapping can be used with specific market
-
Method Summary
-
Method Details
-
validate
Determines whether a specific mapping can be used to map market with provided specifiers- Parameters:
specifiers- AMapcontaining market specifiers- Returns:
- True if the associated market can be mapped with associated mapping; Otherwise false.
-