public static class RebaseImplementationTarget.Factory extends Object implements Implementation.Target.Factory
RebaseImplementationTarget
.Constructor and Description |
---|
Factory(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(MethodRebaseResolver methodRebaseResolver)
methodRebaseResolver
- The method rebase resolver to use.public Implementation.Target make(TypeDescription instrumentedType, MethodGraph.Linked methodGraph)
Implementation.Target.Factory
make
in interface Implementation.Target.Factory
instrumentedType
- The instrumented type.methodGraph
- A method graph of the instrumented type.Copyright © 2014–2016. All rights reserved.