public class ReflectionUtils extends Object
Constructor and Description |
---|
ReflectionUtils() |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
classForName(String className) |
static void |
ensureAccessible(Method method) |
static ClassLoader |
getThreadContextClassLoader() |
public static void ensureAccessible(Method method)
public static Class<?> classForName(String className) throws ClassNotFoundException
ClassNotFoundException
public static ClassLoader getThreadContextClassLoader()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.