Map from setter names to closures accepting an instance and a new value, invoking the setter of that name on that instance, and returning its return value.
final Map<String, InvokerOfSetter> setters;