Interface Implementation.Target.Factory

    • Method Detail

      • make

        Implementation.Target make​(TypeDescription instrumentedType,
                                   MethodGraph.Linked methodGraph,
                                   ClassFileVersion classFileVersion)
        Creates an implementation target.
        Parameters:
        instrumentedType - The instrumented type.
        methodGraph - A method graph of the instrumented type.
        classFileVersion - The type's class file version.
        Returns:
        An implementation target for the instrumented type.