We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.hilla.devmode.hotswapagent.
Class HillaPlugin
java.lang.Object
com.vaadin.hilla.devmode.hotswapagent.HillaPlugin
@Plugin(name="HillaPlugin",
description="HotSwapAgent plugin for Hilla",
testedVersions="2.3",
expectedVersions="2.3")
public class HillaPlugin
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
classChanged
(org.hotswap.agent.javassist.CtClass ctClass) void
classRedefined
(org.hotswap.agent.javassist.CtClass ctClass) void
static void
registerPlugin
(org.hotswap.agent.javassist.CtClass ctClass)
-
Constructor Details
-
HillaPlugin
public HillaPlugin()
-
-
Method Details
-
registerPlugin
@OnClassLoadEvent(classNameRegexp="com.vaadin.hilla.EndpointController") public static void registerPlugin(org.hotswap.agent.javassist.CtClass ctClass) throws org.hotswap.agent.javassist.NotFoundException, org.hotswap.agent.javassist.CannotCompileException Throws:
org.hotswap.agent.javassist.NotFoundException
org.hotswap.agent.javassist.CannotCompileException
-
init
-
classRedefined
@OnClassLoadEvent(classNameRegexp=".*", events=REDEFINE) public void classRedefined(org.hotswap.agent.javassist.CtClass ctClass) -
classChanged
@OnClassLoadEvent(classNameRegexp=".*", events=DEFINE) public void classChanged(org.hotswap.agent.javassist.CtClass ctClass)
-