Class JsonImporter<T>

  • All Implemented Interfaces:
    Importer<T>

    public class JsonImporter<T>
    extends java.lang.Object
    implements Importer<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonImporter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T read​(java.lang.Class<T> tClass, java.io.InputStream is)  
      • Methods inherited from class java.lang.Object

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

      • JsonImporter

        public JsonImporter()
    • Method Detail

      • read

        public T read​(java.lang.Class<T> tClass,
                      java.io.InputStream is)
        Specified by:
        read in interface Importer<T>