org.jboss.weld.interceptor.util
Class ReflectionUtils

java.lang.Object
  extended by org.jboss.weld.interceptor.util.ReflectionUtils

public class ReflectionUtils
extends Object

Author:
Marius Bogoevici

Constructor Summary
ReflectionUtils()
           
 
Method Summary
static Class<?> classForName(String className)
           
static void ensureAccessible(Method method)
           
static ClassLoader getThreadContextClassLoader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtils

public ReflectionUtils()
Method Detail

ensureAccessible

public static void ensureAccessible(Method method)

classForName

public static Class<?> classForName(String className)
                             throws ClassNotFoundException
Throws:
ClassNotFoundException

getThreadContextClassLoader

public static ClassLoader getThreadContextClassLoader()


Copyright © 2013 Seam Framework. All Rights Reserved.