jar

io.camunda.connector : postman-collections-parser

Maven & Gradle

Feb 08, 2024

postman-collections-parser · Postman Collections parser library for generating connector templates

Table Of Contents

Latest Version

Download io.camunda.connector : postman-collections-parser JAR file - Latest Versions:

All Versions

Download io.camunda.connector : postman-collections-parser JAR file - All Versions:

Version Vulnerabilities Size Updated
8.5.x

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-collections-parser-8.5.0-alpha1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.camunda.connector.generator.postman

├─ io.camunda.connector.generator.postman.OperationParseResult.class - [JAR]

├─ io.camunda.connector.generator.postman.PostmanCollectionOutboundTemplateGenerator.class - [JAR]

├─ io.camunda.connector.generator.postman.PostmanCollectionsGenerationSource.class - [JAR]

io.camunda.connector.generator.postman.utils

├─ io.camunda.connector.generator.postman.utils.ObjectMapperProvider.class - [JAR]

├─ io.camunda.connector.generator.postman.utils.PostmanBodyUtil.class - [JAR]

├─ io.camunda.connector.generator.postman.utils.PostmanHeaderUtil.class - [JAR]

├─ io.camunda.connector.generator.postman.utils.PostmanOperationUtil.class - [JAR]

├─ io.camunda.connector.generator.postman.utils.PostmanPathUtil.class - [JAR]

├─ io.camunda.connector.generator.postman.utils.PostmanQueryUtil.class - [JAR]

├─ io.camunda.connector.generator.postman.utils.SecurityUtils.class - [JAR]

├─ io.camunda.connector.generator.postman.utils.TransformerUtils.class - [JAR]

io.camunda.connector.generator.postman.model

├─ io.camunda.connector.generator.postman.model.PostmanCollectionV210.class - [JAR]

Advertisement