com.supermap.services.components.spi

Interface Resolver<T>

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      T resolve(java.io.InputStream is)
      According to the input stream, parse into the corresponding object
    • Method Detail

      • resolve

        T resolve(java.io.InputStream is)
        
        According to the input stream, parse into the corresponding object
        Parameters:
        is -
        Returns: