Interface TypeWriter.Default.ClassDumpAction.Dispatcher

    • Method Detail

      • dump

        void dump​(TypeDescription instrumentedType,
                  boolean original,
                  byte[] binaryRepresentation)
        Dumps a class file to the file system.
        Parameters:
        instrumentedType - The type to dump.
        original - true if the class file is in its original state.
        binaryRepresentation - The class file's binary representation.