Interface Advice.OffsetMapping

    • Method Detail

      • resolve

        Advice.OffsetMapping.Target resolve​(TypeDescription instrumentedType,
                                            MethodDescription instrumentedMethod,
                                            Assigner assigner,
                                            Advice.OffsetMapping.Context context)
        Resolves an offset mapping to a given target offset.
        Parameters:
        instrumentedType - The instrumented type.
        instrumentedMethod - The instrumented method for which the mapping is to be resolved.
        assigner - The assigner to use.
        context - The context in which the offset mapping is applied.
        Returns:
        A suitable target mapping.