flexjson
Class DeferredInstantiation<T>

java.lang.Object
  extended by flexjson.DeferredInstantiation<T>

public class DeferredInstantiation<T>
extends Object


Constructor Summary
DeferredInstantiation(Class<? extends T> clazz)
           
 
Method Summary
 T get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeferredInstantiation

public DeferredInstantiation(Class<? extends T> clazz)
Method Detail

get

public T get()
      throws IllegalAccessException,
             InstantiationException
Throws:
IllegalAccessException
InstantiationException


Copyright © 2014. All Rights Reserved.