Interface Advice.PostProcessor

    • Method Detail

      • resolve

        StackManipulation resolve​(TypeDescription instrumentedType,
                                  MethodDescription instrumentedMethod,
                                  Assigner assigner,
                                  Advice.ArgumentHandler argumentHandler)
        Resolves this post processor for a given instrumented method.
        Parameters:
        instrumentedType - The instrumented type.
        instrumentedMethod - The instrumented method.
        assigner - The assigner to use.
        argumentHandler - The argument handler for the instrumented method.
        Returns:
        The stack manipulation to apply.