protected static interface TypeWriter.Default.ClassDumpAction.Dispatcher
| Modifier and Type | Interface and Description |
|---|---|
static class |
TypeWriter.Default.ClassDumpAction.Dispatcher.Disabled
A disabled dispatcher that does not dump any class files.
|
static class |
TypeWriter.Default.ClassDumpAction.Dispatcher.Enabled
An enabled dispatcher that dumps class files to a given folder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dump(TypeDescription instrumentedType,
boolean original,
byte[] binaryRepresentation)
Dumps a class file to the file system.
|
void dump(TypeDescription instrumentedType, boolean original, byte[] binaryRepresentation)
instrumentedType - The type to dump.original - true if the class file is in its original state.binaryRepresentation - The class file's binary representation.Copyright © 2014–2019. All rights reserved.