Class Advice.Dispatcher.Delegating.Resolved.ForMethodEnter.WithDiscardedEnterType

    • Constructor Detail

      • WithDiscardedEnterType

        protected WithDiscardedEnterType​(MethodDescription.InDefinedShape adviceMethod,
                                         java.util.List<? extends Advice.OffsetMapping.Factory<?>> userFactories,
                                         TypeDefinition exitType)
        Creates a new resolved dispatcher for implementing method enter advice that does not expose the enter type.
        Parameters:
        adviceMethod - The represented advice method.
        userFactories - A list of user-defined factories for offset mappings.
        exitType - The exit type or void if no exit type is defined.