Class GraphqlSchemaReaderUtil


  • public final class GraphqlSchemaReaderUtil
    extends java.lang.Object

    GraphqlSchemaReaderUtil class.

    Version:
    $Id: $Id
    Author:
    pvela00
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getSchemaFromFileName​(java.lang.String filename)
      getSchemaFromFileName.
      • Methods inherited from class java.lang.Object

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

      • GraphqlSchemaReaderUtil

        public GraphqlSchemaReaderUtil()
    • Method Detail

      • getSchemaFromFileName

        public static java.lang.String getSchemaFromFileName​(java.lang.String filename)
                                                      throws java.io.IOException

        getSchemaFromFileName.

        Parameters:
        filename - a String object
        Returns:
        a String object
        Throws:
        java.io.IOException - if any.