Interface ObjectInstantiator<T>

    • Method Detail

      • newInstance

        T newInstance()
        Returns a new instance of an object. The returned object's class is defined by the implementation.
        Returns:
        A new instance of an object.