Interface ObjectCreator<T>

    • Method Detail

      • createObject

        T createObject()
        Create and return the object. In some limited circumstances, the implementation may cache the result, returning the same object for repeated calls.