Interface ArgumentBag

All Known Implementing Classes:
ListArgumentBag, NamedArgumentBag

public interface ArgumentBag
A bag of arguments that can be added to an evaluation request.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Writes the values inside the argument bag to a StringBuilder.
  • Method Details

    • writeTo

      void writeTo(StringBuilder builder)
      Writes the values inside the argument bag to a StringBuilder.
      Parameters:
      builder - The StringBuilder to write to.