public static class RebaseImplementationTarget.Factory extends Object implements Implementation.Target.Factory
RebaseImplementationTarget.| Constructor and Description |
|---|
Factory(MethodList<MethodDescription.InDefinedShape> rebaseableMethods,
MethodRebaseResolver methodRebaseResolver)
Creates a new factory for a rebase implementation target.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
Implementation.Target |
make(TypeDescription instrumentedType,
MethodGraph.Linked methodGraph)
Creates an implementation target.
|
String |
toString() |
public Factory(MethodList<MethodDescription.InDefinedShape> rebaseableMethods, MethodRebaseResolver methodRebaseResolver)
rebaseableMethods - A list of methods that can be considered for rebasing.methodRebaseResolver - The method rebase resolver to use.public Implementation.Target make(TypeDescription instrumentedType, MethodGraph.Linked methodGraph)
Implementation.Target.Factorymake in interface Implementation.Target.FactoryinstrumentedType - The instrumented type.methodGraph - A method graph of the instrumented type.Copyright © 2014–2015. All rights reserved.