jar

io.github.sampaiodias : postman-exporter

Maven & Gradle

Jan 15, 2022

Postman Exporter for Spring · This project is a simple Java library that can export all of your Spring endpoints into a Postman Collection json, which you can import on Postman.

Table Of Contents

Latest Version

Download io.github.sampaiodias : postman-exporter JAR file - Latest Versions:

All Versions

Download io.github.sampaiodias : postman-exporter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x
0.1.x
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window postman-exporter-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.sampaiodias

├─ io.github.sampaiodias.PostmanExportOptions.class - [JAR]

├─ io.github.sampaiodias.PostmanExporter.class - [JAR]

io.github.sampaiodias.annotations

├─ io.github.sampaiodias.annotations.PostmanIgnore.class - [JAR]

├─ io.github.sampaiodias.annotations.PostmanName.class - [JAR]

io.github.sampaiodias.collectionmodel

├─ io.github.sampaiodias.collectionmodel.CollectionFolder.class - [JAR]

├─ io.github.sampaiodias.collectionmodel.CollectionInfo.class - [JAR]

├─ io.github.sampaiodias.collectionmodel.CollectionQuery.class - [JAR]

├─ io.github.sampaiodias.collectionmodel.CollectionRequestItem.class - [JAR]

├─ io.github.sampaiodias.collectionmodel.CollectionVariable.class - [JAR]

├─ io.github.sampaiodias.collectionmodel.PostmanCollection.class - [JAR]

├─ io.github.sampaiodias.collectionmodel.RequestBody.class - [JAR]

├─ io.github.sampaiodias.collectionmodel.RequestData.class - [JAR]

├─ io.github.sampaiodias.collectionmodel.RequestUrl.class - [JAR]

Advertisement