public class ReflectionUtils
extends java.lang.Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class<?> |
classForName(java.lang.String className) |
static void |
ensureAccessible(java.lang.reflect.Method method) |
static java.lang.ClassLoader |
getThreadContextClassLoader() |
public static void ensureAccessible(java.lang.reflect.Method method)
public static java.lang.Class<?> classForName(java.lang.String className)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionpublic static java.lang.ClassLoader getThreadContextClassLoader()
Copyright © 2014 Seam Framework. All Rights Reserved.