public static interface Implementation.Target.Factory
Implementation.Target
.Modifier and Type | Method and Description |
---|---|
Implementation.Target |
make(TypeDescription instrumentedType,
MethodGraph.Linked methodGraph,
ClassFileVersion classFileVersion)
Creates an implementation target.
|
Implementation.Target make(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, ClassFileVersion classFileVersion)
instrumentedType
- The instrumented type.methodGraph
- A method graph of the instrumented type.classFileVersion
- The type's class file version.Copyright © 2014–2024. All rights reserved.