Uses of Class
org.hotswap.agent.plugin.weld.BeanReloadStrategy
-
Packages that use BeanReloadStrategy Package Description org.hotswap.agent.plugin.weld org.hotswap.agent.plugin.weld.command -
-
Uses of BeanReloadStrategy in org.hotswap.agent.plugin.weld
Methods in org.hotswap.agent.plugin.weld 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.weld with parameters of type BeanReloadStrategy Modifier and Type Method Description static StringWeldClassSignatureHelper. getSignatureByStrategy(BeanReloadStrategy strategy, Class<?> clazz)Gets the signature by strategy. -
Uses of BeanReloadStrategy in org.hotswap.agent.plugin.weld.command
Constructors in org.hotswap.agent.plugin.weld.command with parameters of type BeanReloadStrategy Constructor Description BeanClassRefreshCommand(ClassLoader classLoader, String archivePath, Map<Object,Object> registeredProxiedBeans, String className, String oldFullSignature, String oldSignatureForProxyCheck, String oldSignatureByStrategy, BeanReloadStrategy beanReloadStrategy)
-