Interface InstanceCreatingConfiguration<T>

    • Method Detail

      • produceInstance

        T produceInstance()
        Produces a newly instantiated instance of the configured class, defined by T
        Returns:
        a newly created instance of the class this configures