org.ops4j.pax.swissbox.converter.internal
Class Reflection

java.lang.Object
  extended by 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)

Constructor Summary
Reflection()
           
 
Method Summary
static boolean hasDefaultConstructor(java.lang.Class type)
           
static
<T> T
newInstance(java.security.AccessControlContext acc, java.lang.Class<T> clazz)
           
static
<T> T
newInstance(java.lang.Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflection

public Reflection()
Method Detail

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.