Class ContinuesFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object create​(java.lang.Class<?> type, java.lang.Object... args)  
      • Methods inherited from class java.lang.Object

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

      • ContinuesFactory

        public ContinuesFactory​(ExceptionHandler exceptionHandler)
    • Method Detail

      • create

        public java.lang.Object create​(java.lang.Class<?> type,
                                       java.lang.Object... args)
        Specified by:
        create in interface GenericFactory