@HashCodeAndEqualsPlugin.Enhance protected static class MethodCall.ArgumentLoader.ForMethodCall.Factory extends Object implements MethodCall.ArgumentLoader.Factory
InstrumentedType.Prepareable.NoOp
Constructor and Description |
---|
Factory(MethodCall methodCall)
Creates a new argument loader for an existing method call.
|
Modifier and Type | Method and Description |
---|---|
MethodCall.ArgumentLoader.ArgumentProvider |
make(Implementation.Target implementationTarget)
Creates an argument provider for the supplied implementation target.
|
InstrumentedType |
prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.
|
public Factory(MethodCall methodCall)
methodCall
- The method call to use.public InstrumentedType prepare(InstrumentedType instrumentedType)
prepare
in interface InstrumentedType.Prepareable
instrumentedType
- The instrumented type in its current form.public MethodCall.ArgumentLoader.ArgumentProvider make(Implementation.Target implementationTarget)
make
in interface MethodCall.ArgumentLoader.Factory
implementationTarget
- The implementation target to use.Copyright © 2014–2024. All rights reserved.