Interface DynamicCalculatedAttributeFunction


@NullMarked public interface DynamicCalculatedAttributeFunction
Exposes an explicitly registered helper function to calculated-attribute expression evaluators.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the method invoked by the expression engine.
    Returns the function name available to expressions.
  • Method Details

    • getName

      String getName()
      Returns the function name available to expressions.
      Returns:
      function name
    • getMethod

      Method getMethod()
      Returns the method invoked by the expression engine.
      Returns:
      helper function method