Class MethodCall.ArgumentLoader.ForField

    • Constructor Detail

      • ForField

        public ForField​(FieldDescription fieldDescription,
                        MethodDescription instrumentedMethod)
        Creates a new argument loader for loading an existing field.
        Parameters:
        fieldDescription - The field containing the loaded value.
        instrumentedMethod - The instrumented method.
    • Method Detail