com.esotericsoftware.reflectasm
Class ConstructorAccess<T>

java.lang.Object
  extended by com.esotericsoftware.reflectasm.ConstructorAccess<T>

public abstract class ConstructorAccess<T>
extends java.lang.Object


Constructor Summary
ConstructorAccess()
           
 
Method Summary
static
<T> ConstructorAccess<T>
get(java.lang.Class<T> type)
           
abstract  T newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorAccess

public ConstructorAccess()
Method Detail

get

public static <T> ConstructorAccess<T> get(java.lang.Class<T> type)

newInstance

public abstract T newInstance()