public class InterceptFieldClassFileTransformer extends Object implements ClassTransformer
Constructor and Description |
---|
InterceptFieldClassFileTransformer(List<String> entities) |
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) throws IllegalClassFormatException
transform
in interface ClassTransformer
IllegalClassFormatException
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.