Interface Advice.Dispatcher

    • Field Detail

      • IGNORE_METHOD

        static final org.objectweb.asm.MethodVisitor IGNORE_METHOD
        Indicates that a method does not represent advice and does not need to be visited.
      • IGNORE_ANNOTATION

        static final org.objectweb.asm.AnnotationVisitor IGNORE_ANNOTATION
        Expresses that an annotation should not be visited.
    • Method Detail

      • isAlive

        boolean isAlive()
        Returns true if this dispatcher is alive.
        Returns:
        true if this dispatcher is alive.
      • getAdviceType

        TypeDefinition getAdviceType()
        The type that is produced as a result of executing this advice method.
        Returns:
        A description of the type that is produced by this advice method.