Class RuntimeEnv.Android2Instantiator<T>

    • Field Summary

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

      Constructors 
      Constructor Description
      Android2Instantiator​(java.lang.Class<T> clazz)  
    • 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

      • clazz

        final java.lang.Class<T> clazz
    • Constructor Detail

      • Android2Instantiator

        Android2Instantiator​(java.lang.Class<T> clazz)