org.jboss.webbeans.integration.util
Class Reflections
java.lang.Object
org.jboss.webbeans.integration.util.Reflections
public class Reflections
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reflections
public Reflections()
classForName
public static Class<?> classForName(String name,
ClassLoader classLoader)
throws ClassNotFoundException
- Creates an instance from a class name
- Parameters:
name
- The class name
- Returns:
- The instance
- Throws:
ClassNotFoundException
- If the class if not found
getPropertyName
public static String getPropertyName(Method method)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.