Uses of Class
org.hotswap.agent.plugin.owb.BeanReloadStrategy
-
Packages that use BeanReloadStrategy Package Description org.hotswap.agent.plugin.owb org.hotswap.agent.plugin.owb.command -
-
Uses of BeanReloadStrategy in org.hotswap.agent.plugin.owb
Methods in org.hotswap.agent.plugin.owb that return BeanReloadStrategy Modifier and Type Method Description static BeanReloadStrategyBeanReloadStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static BeanReloadStrategy[]BeanReloadStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hotswap.agent.plugin.owb with parameters of type BeanReloadStrategy Modifier and Type Method Description static StringOwbClassSignatureHelper. getSignatureByStrategy(BeanReloadStrategy strategy, Class<?> clazz)Gets the signature by strategy. -
Uses of BeanReloadStrategy in org.hotswap.agent.plugin.owb.command
Constructors in org.hotswap.agent.plugin.owb.command with parameters of type BeanReloadStrategy Constructor Description BeanClassRefreshCommand(ClassLoader appClassLoader, String className, String oldFullSignature, String oldSignatureForProxyCheck, String oldSignatureByStrategy, URL beanArchiveUrl, BeanReloadStrategy beanReloadStrategy)Instantiates a new bean class refresh command.
-