Interface FeelToJuelFunctionTransformer

    • Method Detail

      • getName

        java.lang.String getName()
        Get the name of the function.
        Returns:
        the name of function
      • getMethod

        java.lang.reflect.Method getMethod()
        Get the method reference which implements the function to transform to. Note: The implementation should resolve the method reference only once at creation and not within every call of these method.
        Returns:
        the method reference