public class ClassInfoMethodHashing extends Object
Constructor and Description |
---|
ClassInfoMethodHashing() |
Modifier and Type | Method and Description |
---|---|
static long |
constructorHash(org.jboss.reflect.spi.ConstructorInfo constructorInfo) |
static HashMap<Long,org.jboss.reflect.spi.MethodInfo> |
getDeclaredMethodMap(org.jboss.reflect.spi.ClassInfo clazz) |
static HashMap<Long,org.jboss.reflect.spi.MethodInfo> |
getMethodMap(org.jboss.reflect.spi.ClassInfo clazz) |
static long |
methodHash(org.jboss.reflect.spi.MethodInfo methodInfo) |
public static long methodHash(org.jboss.reflect.spi.MethodInfo methodInfo)
public static long constructorHash(org.jboss.reflect.spi.ConstructorInfo constructorInfo)
public static HashMap<Long,org.jboss.reflect.spi.MethodInfo> getMethodMap(org.jboss.reflect.spi.ClassInfo clazz) throws Exception
Exception
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.