public class BendJavassistToMyWillTransformer extends Object implements ClassFileTransformer
Constructor and Description |
---|
BendJavassistToMyWillTransformer(Predicate<String> filter,
Function<org.objectweb.asm.ClassWriter,org.objectweb.asm.ClassVisitor> transformation) |
Modifier and Type | Method and Description |
---|---|
byte[] |
transform(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer) |
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)
transform
in interface ClassFileTransformer
Copyright © 2021 org.pitest. All rights reserved.