Interface Importer<T>

  • All Known Implementing Classes:
    JsonImporter

    public interface Importer<T>
    • Method Detail

      • read

        T read​(java.lang.Class<T> tClass,
               java.io.InputStream is)