Class Advice.Dispatcher.Delegating

    • Constructor Detail

    • Method Detail

      • isAlive

        public boolean isAlive()
        Returns true if this dispatcher is alive.
        Specified by:
        isAlive in interface Advice.Dispatcher
        Returns:
        true if this dispatcher is alive.
      • isBinary

        public boolean isBinary()
        Indicates that this dispatcher requires access to the class file declaring the advice method.
        Specified by:
        isBinary in interface Advice.Dispatcher.Unresolved
        Returns:
        true if this dispatcher requires access to the advice method's class file.
      • getAdviceType

        public TypeDescription getAdviceType()
        The type that is produced as a result of executing this advice method.
        Specified by:
        getAdviceType in interface Advice.Dispatcher
        Returns:
        A description of the type that is produced by this advice method.