Class AgentBuilder.Transformer.ForAdvice.Entry.ForSplitAdvice

    • Constructor Detail

      • ForSplitAdvice

        protected ForSplitAdvice​(LatentMatcher<? super MethodDescription> matcher,
                                 java.lang.String enter,
                                 java.lang.String exit)
        Creates a new entry for an advice class with explicit entry and exit advice classes.
        Parameters:
        matcher - The matcher for advised methods.
        enter - The fully-qualified, binary name of the enter advice class.
        exit - The fully-qualified, binary name of the exit advice class.