Class AbstractInstanceCreatingConfiguration<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T produceInstance()
      Produces a newly instantiated instance of the configured class, defined by T
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractInstanceCreatingConfiguration

        public AbstractInstanceCreatingConfiguration​(java.lang.Class<T> clazz)
        Parameters:
        clazz - class object of T