@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.PrepareableinstrumentedType - The instrumented type in its current form.public MethodCall.ArgumentLoader.ArgumentProvider make(Implementation.Target implementationTarget)
make in interface MethodCall.ArgumentLoader.FactoryimplementationTarget - The implementation target to use.Copyright © 2014–2023. All rights reserved.