public interface Transformer
Modifier and Type | Method and Description |
---|---|
boolean |
propagateUninstrumentedClasses()
If this method returns true, not instrumented classes are still
treated as modified (by DiSL) and propagated out.
|
byte[] |
transform(byte[] classfileBuffer)
The class to be transformed is passed as an argument and the transformed
class is returned.
|
byte[] transform(byte[] classfileBuffer) throws java.lang.Exception
classfileBuffer
- class to be transformedjava.lang.Exception
boolean propagateUninstrumentedClasses()