Interface FieldAccessor.PropertyConfigurable

    • Method Detail

      • setsArgumentAt

        Implementation.Composable setsArgumentAt​(int index)
        Creates a field accessor for the described field that serves as a setter for the supplied parameter index. The instrumented method must return void or a chained instrumentation must be supplied.
        Parameters:
        index - The index of the parameter for which to set the field's value.
        Returns:
        An instrumentation that sets the parameter's value to the described field.