Interface RuleParameterValueNormalizerStrategy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object normalize​(java.lang.Object value, java.lang.String type)
      Normalizes provided value based on the criteria matching given type
    • Method Detail

      • normalize

        java.lang.Object normalize​(java.lang.Object value,
                                   java.lang.String type)
        Normalizes provided value based on the criteria matching given type
        Parameters:
        value - - the string value to be converted
        type - - parameter type
        Returns:
        the normalized value for the required type