Class OpenAPIParser


  • public class OpenAPIParser
    extends Object
    • Constructor Detail

      • OpenAPIParser

        public OpenAPIParser()
    • Method Detail

      • readLocation

        public io.swagger.v3.parser.core.models.SwaggerParseResult readLocation​(String url,
                                                                                List<io.swagger.v3.parser.core.models.AuthorizationValue> auth,
                                                                                io.swagger.v3.parser.core.models.ParseOptions options)
      • readContents

        public io.swagger.v3.parser.core.models.SwaggerParseResult readContents​(String swaggerAsString,
                                                                                List<io.swagger.v3.parser.core.models.AuthorizationValue> auth,
                                                                                io.swagger.v3.parser.core.models.ParseOptions options)