Class DefaultRuleParameterValueNormalizerStrategy

    • Constructor Detail

      • DefaultRuleParameterValueNormalizerStrategy

        public DefaultRuleParameterValueNormalizerStrategy()
    • Method Detail

      • normalize

        public java.lang.Object normalize​(java.lang.Object value,
                                          java.lang.String type)
        Description copied from interface: RuleParameterValueNormalizerStrategy
        Normalizes provided value based on the criteria matching given type
        Specified by:
        normalize in interface RuleParameterValueNormalizerStrategy
        Parameters:
        value - - the string value to be converted
        type - - parameter type
        Returns:
        the normalized value for the required type
      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      • getApplicationContext

        protected org.springframework.context.ApplicationContext getApplicationContext()
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware