Interface RuleParameterValueNormalizer

All Known Implementing Classes:
CatalogVersionStripperRuleParameterValueNormalizer

public interface RuleParameterValueNormalizer
This class provides the method normalize which transforms provided value into an equivalent form, allowing for proper usage of the respective value
  • Method Summary

    Modifier and Type
    Method
    Description
    Normalizes provided value based on the criteria matching given type
  • Method Details

    • normalize

      Object normalize(Object value)
      Normalizes provided value based on the criteria matching given type
      Parameters:
      value - - the value to be normalized
      Returns:
      the normalized value for the required type