Class MethodHashing


  • public class MethodHashing
    extends java.lang.Object
    Version:
    $Revision: 1 $
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodHashing()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long createHash​(java.lang.String methodDesc)  
      (package private) static java.lang.String getTypeString​(java.lang.Class<?> cl)  
      static long methodHash​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

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

      • MethodHashing

        public MethodHashing()
    • Method Detail

      • methodHash

        public static long methodHash​(java.lang.reflect.Method method)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createHash

        public static long createHash​(java.lang.String methodDesc)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getTypeString

        static java.lang.String getTypeString​(java.lang.Class<?> cl)