public class MethodHashing extends Object
Constructor and Description |
---|
MethodHashing() |
Modifier and Type | Method and Description |
---|---|
static long |
calculateHash(Method method) |
static long |
constructorHash(Constructor<?> method) |
static long |
createHash(String methodDesc) |
static Constructor<?> |
findConstructorByHash(Class<?> clazz,
long hash) |
static Constructor<?> |
findConstructorByHash(Class<?> clazz,
Long hash) |
static Method |
findMethodByHash(Class<?> clazz,
long hash) |
static Method |
findMethodByHash(Class<?> clazz,
Long hash) |
static Map<String,Long> |
getInterfaceHashes(Class<?> intf)
Deprecated.
I can't see why this would have any value to anybody apart from this class. It will be made private
|
static long |
methodHash(Method method) |
public static Method findMethodByHash(Class<?> clazz, long hash) throws Exception
Exception
public static Method findMethodByHash(Class<?> clazz, Long hash) throws Exception
Exception
public static Constructor<?> findConstructorByHash(Class<?> clazz, long hash) throws Exception
Exception
public static Constructor<?> findConstructorByHash(Class<?> clazz, Long hash) throws Exception
Exception
public static long constructorHash(Constructor<?> method) throws Exception
Exception
public static long calculateHash(Method method)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.