Interface IFactory<T>


public interface IFactory<T>
  • Method Details

    • createInstance

      T createInstance(IArgs args)
    • getId

      String getId()
    • getResultType

      Class<T> getResultType()