Package org.jboss.resteasy.util
Class MethodHashing
- java.lang.Object
-
- org.jboss.resteasy.util.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)
-
-
-
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)
-
-