public static interface Implementation.Target.Factory
Implementation.Target.| Modifier and Type | Method and Description |
|---|---|
Implementation.Target |
make(MethodLookupEngine.Finding finding,
List<? extends MethodDescription> instrumentedMethods)
Creates a new implementation target.
|
Implementation.Target make(MethodLookupEngine.Finding finding, List<? extends MethodDescription> instrumentedMethods)
finding - The analyzed instrumented type.instrumentedMethods - A list of all methods that are to be instrumented.Copyright © 2014–2015. All rights reserved.