Class AgentBuilder.Transformer.ForAdvice.Entry.ForSplitAdvice

    • Field Detail

      • enter

        private final java.lang.String enter
        The fully-qualified, binary name of the enter advice class.
      • exit

        private final java.lang.String exit
        The fully-qualified, binary name of the exit advice class.
    • 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.