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 TypeMethodDescriptionvoid
writeTo
(StringBuilder builder) Writes the values inside the argument bag to a StringBuilder.
-
Method Details
-
writeTo
Writes the values inside the argument bag to a StringBuilder.- Parameters:
builder
- The StringBuilder to write to.
-