Class RuntimeEnv.Instantiator<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      Instantiator()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract 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
    • Constructor Detail

      • Instantiator

        public Instantiator()
    • Method Detail

      • newInstance

        public abstract T newInstance()
        Creates a new instance of an object.