Package io.jpostman.schema.importer
Interface ApiSpecImporter
-
- All Known Implementing Classes:
GraphQlImporter,OpenApiImporter,PostmanImporter
public interface ApiSpecImporterDefines the contract for converting one external API document format into the common JPostman API schema model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiSpecimportSpec(String content, ApiSpecParserOptions options)Parses the supplied document content and returns a normalized API specification.
-
-
-
Method Detail
-
importSpec
ApiSpec importSpec(String content, ApiSpecParserOptions options)
Parses the supplied document content and returns a normalized API specification.
-
-