public class PointcutClassFileTransformer extends Object implements ClassFileTransformer
| Constructor and Description |
|---|
PointcutClassFileTransformer() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
transform(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] bytes) |
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] bytes)
transform in interface ClassFileTransformerCopyright © 2011–2020 Glowroot contributors. All rights reserved.