Interface MemberSubstitution.TypePoolResolver

    • Method Detail

      • resolve

        TypePool resolve​(TypeDescription instrumentedType,
                         MethodDescription instrumentedMethod,
                         TypePool typePool)
        Resolves a type pool to use for locating substituted members.
        Parameters:
        instrumentedType - The instrumented type.
        instrumentedMethod - The instrumented method.
        typePool - The type pool implicit to the instrumentation.
        Returns:
        The type pool to use.