Interface Advice.Dispatcher.SuppressionHandler.ReturnValueProducer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onDefaultValue​(org.objectweb.asm.MethodVisitor methodVisitor)
      Instructs this return value producer to assure the production of a default value for the return type of the currently handled method.
    • Method Detail

      • onDefaultValue

        void onDefaultValue​(org.objectweb.asm.MethodVisitor methodVisitor)
        Instructs this return value producer to assure the production of a default value for the return type of the currently handled method.
        Parameters:
        methodVisitor - The method visitor to write the default value to.