public static interface MethodCall.ArgumentLoader.Factory
MethodCall.ArgumentLoader
s for a given instrumented method.Modifier and Type | Method and Description |
---|---|
List<MethodCall.ArgumentLoader> |
make(TypeDescription instrumentedType,
MethodDescription instrumentedMethod,
MethodDescription invokedMethod)
Creates any number of argument loaders for an instrumentation.
|
InstrumentedType |
prepare(InstrumentedType instrumentedType)
Prepares the instrumented type in order to allow the loading of the represented argument.
|
InstrumentedType prepare(InstrumentedType instrumentedType)
instrumentedType
- The instrumented type.List<MethodCall.ArgumentLoader> make(TypeDescription instrumentedType, MethodDescription instrumentedMethod, MethodDescription invokedMethod)
instrumentedType
- The instrumented type.instrumentedMethod
- The instrumented method.invokedMethod
- The invoked method.Copyright © 2014–2016. All rights reserved.