@HashCodeAndEqualsPlugin.Enhance protected static class TypeWriter.Default.ClassDumpAction extends Object implements PrivilegedExceptionAction<Void>
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
TypeWriter.Default.ClassDumpAction.Dispatcher
A dispatcher for dumping class files to the file system.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ClassDumpAction(String target,
TypeDescription instrumentedType,
boolean original,
long suffix,
byte[] binaryRepresentation)
Creates a new class dump action.
|
protected ClassDumpAction(String target, TypeDescription instrumentedType, boolean original, long suffix, byte[] binaryRepresentation)
target - The target folder for writing the class file to.instrumentedType - The instrumented type.original - true if the dumped class file is an input to a class transformation.suffix - The suffix to append to the dumped class file.binaryRepresentation - The type's binary representation.Copyright © 2014–2025. All rights reserved.