Interface PostmanCollectionGenerator
-
- All Known Implementing Classes:
DefaultPostmanCollectionGenerator
public interface PostmanCollectionGeneratorGenerates a Postman collection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringgenerate(ConfigurationBundleEntity configurationBundleEntity)Generate a Postman collection from a givenConfigurationBundleEntity
-
-
-
Method Detail
-
generate
java.lang.String generate(ConfigurationBundleEntity configurationBundleEntity)
Generate a Postman collection from a givenConfigurationBundleEntity- Parameters:
configurationBundleEntity- the configuration bundle to process- Returns:
- a Json representation of a Postman collection
-
-