Interface Advice.PostProcessor.Factory

    • Method Detail

      • make

        Advice.PostProcessor make​(MethodDescription.InDefinedShape advice,
                                  boolean exit)
        Creates a post processor for a given advice method.
        Parameters:
        advice - The advice method to create the post processor for.
        exit - true if the advice is exit advice.
        Returns:
        The created post processor.