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 Constructor |
findConstructorByHash(Class clazz,
long hash) |
static Method |
findMethodByHash(Class clazz,
long hash) |
static Map |
getInterfaceHashes(Class intf)
Calculate method hashes.
|
static long |
methodHash(Method method) |
public static Method findMethodByHash(Class clazz, long hash) throws Exception
Exceptionpublic static Constructor findConstructorByHash(Class clazz, long hash) throws Exception
Exceptionpublic static long constructorHash(Constructor method) throws Exception
Exceptionpublic static Map getInterfaceHashes(Class intf)
intf - public static long calculateHash(Method method)
Copyright © 2015 JBoss by Red Hat. All rights reserved.