Class OpenAPIParser


  • public class OpenAPIParser
    extends java.lang.Object
    The type Open api parser.
    Author:
    Elan Thangamani
    • Constructor Summary

      Constructors 
      Constructor Description
      OpenAPIParser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void init​(java.lang.String system, java.lang.String url)
      Init.
      static void loader()
      Loader.
      • Methods inherited from class java.lang.Object

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

      • OpenAPIParser

        public OpenAPIParser()
    • Method Detail

      • init

        public static void init​(java.lang.String system,
                                java.lang.String url)
                         throws ParserError
        Init.
        Parameters:
        system - the system
        url - the url
        Throws:
        ParserError - the parser error