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 |
|---|---|
Implementation.Target |
make(TypeDescription instrumentedType,
MethodGraph.Linked methodGraph,
ClassFileVersion classFileVersion)
Creates an implementation target.
|
public Factory(MethodRebaseResolver methodRebaseResolver)
methodRebaseResolver - The method rebase resolver to use.public Implementation.Target make(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, ClassFileVersion classFileVersion)
Implementation.Target.Factorymake in interface Implementation.Target.FactoryinstrumentedType - The instrumented type.methodGraph - A method graph of the instrumented type.classFileVersion - The type's class file version.Copyright © 2014–2017. All rights reserved.