protected static class TypeWriter.Default.ClassDumpAction extends Object implements PrivilegedExceptionAction<Void>
| Modifier | Constructor and Description |
|---|---|
protected |
ClassDumpAction(String target,
TypeDescription instrumentedType,
byte[] binaryRepresentation)
Creates a new class dump action.
|
protected ClassDumpAction(String target, TypeDescription instrumentedType, byte[] binaryRepresentation)
target - The target folder for writing the class file to.instrumentedType - The instrumented type.binaryRepresentation - The type's binary representation.Copyright © 2014–2016. All rights reserved.