Class RuntimeEnv.DefaultInstantiator<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.reflect.Constructor<T> constructor  
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultInstantiator​(java.lang.reflect.Constructor<T> constructor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T newInstance()
      Creates a new instance of an object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • constructor

        final java.lang.reflect.Constructor<T> constructor
    • Constructor Detail

      • DefaultInstantiator

        DefaultInstantiator​(java.lang.reflect.Constructor<T> constructor)