protected class AgentBuilder.Default.ExecutingTransformer extends Object implements ClassFileTransformer
ClassFileTransformer
that implements the enclosing agent builder's
configuration.Constructor and Description |
---|
ExecutingTransformer()
Creates a new executing transformer that reflects the enclosing agent builder's configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
byte[] |
transform(ClassLoader classLoader,
String internalTypeName,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] binaryRepresentation) |
public ExecutingTransformer()
public byte[] transform(ClassLoader classLoader, String internalTypeName, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] binaryRepresentation)
transform
in interface ClassFileTransformer
Copyright © 2014–2015. All rights reserved.