Package org.hotswap.agent.plugin.spring
Class SpringChangesAnalyzer
- java.lang.Object
-
- org.hotswap.agent.plugin.spring.SpringChangesAnalyzer
-
public class SpringChangesAnalyzer extends java.lang.ObjectDetermines if a full Spring reload is needed. Changes to synthetic and known generated classes are ignored. For other classes, changes to method bodies are ignored.- Author:
- Erki Ehtla
-
-
Constructor Summary
Constructors Constructor Description SpringChangesAnalyzer(java.lang.ClassLoader classLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisReloadNeeded(java.lang.Class<?> classBeingRedefined, byte[] classfileBuffer)protected booleanisSyntheticClass(java.lang.Class<?> classBeingRedefined)
-