Class DeltaSpikeProxyContextualLifecycleTransformer


  • public class DeltaSpikeProxyContextualLifecycleTransformer
    extends java.lang.Object
    Patch RepositoryMetadataHandlerTransformer
    Author:
    Vladimir Dvorak
    • Constructor Detail

      • DeltaSpikeProxyContextualLifecycleTransformer

        public DeltaSpikeProxyContextualLifecycleTransformer()
    • 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.NotFoundException
        Register DeltaspikePlugin and add hook to create method to DeltaSpikeProxyContextualLifecycle.
        Parameters:
        ctClass - the ctclass
        Throws:
        org.hotswap.agent.javassist.CannotCompileException - the cannot compile exception
        org.hotswap.agent.javassist.NotFoundException - the not found exception