public class ProxyFactoryTransformer extends Object
| Constructor and Description |
|---|
ProxyFactoryTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
patchProxyFactory(CtClass ctClass,
ClassPool classPool)
Patch ProxyFactory class
|
@OnClassLoadEvent(classNameRegexp="org.jboss.weld.bean.proxy.ProxyFactory") public static void patchProxyFactory(CtClass ctClass, ClassPool classPool) throws NotFoundException, CannotCompileException
ctClass - the ProxyFactory classclassPool - the class poolNotFoundException - the not found exceptionCannotCompileException - the cannot compile exceptionCopyright © 2018. All rights reserved.