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