Interface ValueSource

    • Method Detail

      • getValue

        Object getValue​(String expression)
        Parameters:
        expression - The string expression.
        Returns:
        the value related to the expression, or null if not found.
      • getFeedback

        List getFeedback()
        Return the feedback about resolution failures for a particular expression.
        Returns:
        a combination of String and Throwable instances, where strings related to throwables are listed first.
      • clearFeedback

        void clearFeedback()
        Clear the feedback accumulated by a prior interpolation run.