Class AgentBuilder.Transformer.ForAdvice.Entry.ForUnifiedAdvice

    • Field Detail

      • name

        protected final java.lang.String name
        The name of the advice class.
    • Constructor Detail

      • ForUnifiedAdvice

        protected ForUnifiedAdvice​(LatentMatcher<? super MethodDescription> matcher,
                                   java.lang.String name)
        Creates a new entry for an advice class where both the (optional) entry and exit advice methods are declared by the same class.
        Parameters:
        matcher - The matcher for advised methods.
        name - The name of the advice class.