Class DeltaSpikeProxyContextualLifecycleTransformer
- java.lang.Object
-
- org.hotswap.agent.plugin.deltaspike.transformer.DeltaSpikeProxyContextualLifecycleTransformer
-
public class DeltaSpikeProxyContextualLifecycleTransformer extends java.lang.ObjectPatch RepositoryMetadataHandlerTransformer- Author:
- Vladimir Dvorak
-
-
Constructor Summary
Constructors Constructor Description DeltaSpikeProxyContextualLifecycleTransformer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidpatchDeltaSpikeProxyContextualLifecycle(org.hotswap.agent.javassist.CtClass ctClass)Register DeltaspikePlugin and add hook to create method to DeltaSpikeProxyContextualLifecycle.
-
-
-
Method Detail
-
patchDeltaSpikeProxyContextualLifecycle
@OnClassLoadEvent(classNameRegexp="org.apache.deltaspike.proxy.api.DeltaSpikeProxyContextualLifecycle") public static void patchDeltaSpikeProxyContextualLifecycle(org.hotswap.agent.javassist.CtClass ctClass) throws org.hotswap.agent.javassist.CannotCompileException, org.hotswap.agent.javassist.NotFoundExceptionRegister DeltaspikePlugin and add hook to create method to DeltaSpikeProxyContextualLifecycle.- Parameters:
ctClass- the ctclass- Throws:
org.hotswap.agent.javassist.CannotCompileException- the cannot compile exceptionorg.hotswap.agent.javassist.NotFoundException- the not found exception
-
-