public static interface MethodCall.ArgumentLoader.Factory extends InstrumentedType.Prepareable
MethodCall.ArgumentLoaders for a given instrumented method.| Modifier and Type | Method and Description |
|---|---|
List<MethodCall.ArgumentLoader> |
make(Implementation.Target implementationTarget,
TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
MethodDescription invokedMethod)
Creates any number of argument loaders for an instrumentation.
|
prepareList<MethodCall.ArgumentLoader> make(Implementation.Target implementationTarget, TypeDescription instrumentedType, MethodDescription instrumentedMethod, MethodDescription invokedMethod)
implementationTarget - The implementation target.instrumentedType - The instrumented type.instrumentedMethod - The instrumented method.invokedMethod - The invoked method.Copyright © 2014–2018. All rights reserved.