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