Class ClassSignatureComparer


  • public class ClassSignatureComparer
    extends java.lang.Object
    Checks if a Signature of a Class has changed enough to necessitate a Spring reload.
    Author:
    Erki Ehtla, Vladimir Dvorak
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isPoolClassDifferent​(java.lang.Class<?> classBeingRedefined, org.hotswap.agent.javassist.ClassPool cp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassSignatureComparer

        public ClassSignatureComparer()
    • Method Detail

      • isPoolClassDifferent

        public static boolean isPoolClassDifferent​(java.lang.Class<?> classBeingRedefined,
                                                   org.hotswap.agent.javassist.ClassPool cp)