Interface DroolsRuleValueFormatter

    • Method Detail

      • formatValue

        java.lang.String formatValue​(DroolsRuleGeneratorContext context,
                                     java.lang.Object value)
        Converts a value to its drools representation.
        Parameters:
        context - - the drools rule generator context
        value - - the value to convert
        Returns:
        the drools representation for the value