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

    Modifier and Type
    Method
    Description
    boolean
    validate(Map<String,String> specifiers)
    Determines whether a specific mapping can be used to map market with provided specifiers
  • Method Details

    • validate

      boolean validate(Map<String,String> specifiers)
      Determines whether a specific mapping can be used to map market with provided specifiers
      Parameters:
      specifiers - A Map containing market specifiers
      Returns:
      True if the associated market can be mapped with associated mapping; Otherwise false.