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