Class BytecodeDumper

  • All Implemented Interfaces:
    BytecodeProcessor

    public class BytecodeDumper
    extends java.lang.Object
    implements BytecodeProcessor
    An utility class which can be used in test cases to dump generated bytecode.
    Since:
    2.4.0
    • Constructor Summary

      Constructors 
      Constructor Description
      BytecodeDumper​(java.io.Writer out)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] processBytecode​(java.lang.String name, byte[] original)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BytecodeDumper

        public BytecodeDumper​(java.io.Writer out)
    • Method Detail