net.sf.cglib.transform.hook
Class AsmClassLoaderPreProcessor
java.lang.Object
net.sf.cglib.transform.hook.AsmClassLoaderPreProcessor
- ClassLoaderPreProcessor
public class AsmClassLoaderPreProcessor
extends java.lang.Object
implements ClassLoaderPreProcessor
Instruments the java.lang.ClassLoader to plug in the ClassPreProcessor
mechanism using ASM.
AsmClassLoaderPreProcessor
public AsmClassLoaderPreProcessor()
main
public static void main(args[] )
throws Exception
preProcess
public byte[] preProcess(byte[] b)
Copyright (c) 2001 - Apache Software Foundation