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
ClassNotFoundExceptionpublic static ClassLoader getThreadContextClassLoader()
Copyright © 2014 Seam Framework. All Rights Reserved.