org.ops4j.pax.swissbox.converter.internal
Class Reflection
java.lang.Object
org.ops4j.pax.swissbox.converter.internal.Reflection
public class Reflection
- extends java.lang.Object
JAVADOC
NOTICE: This class contains code originally developed by "Apache Geronimo Project", OSGi Blueprint Implementation.
- Author:
- Apache Geronimo Project, Alin Dreghiciu (adreghiciu@gmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reflection
public Reflection()
hasDefaultConstructor
public static boolean hasDefaultConstructor(java.lang.Class type)
newInstance
public static <T> T newInstance(java.lang.Class<T> clazz)
throws java.lang.Exception
- Throws:
java.lang.Exception
newInstance
public static <T> T newInstance(java.security.AccessControlContext acc,
java.lang.Class<T> clazz)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.