Class DefaultPostmanCollectionGenerator

java.lang.Object
de.hybris.platform.odata2services.export.impl.DefaultPostmanCollectionGenerator
All Implemented Interfaces:
PostmanCollectionGenerator

public class DefaultPostmanCollectionGenerator extends Object implements PostmanCollectionGenerator
The default implementation for the interface PostmanCollectionGenerator.
  • Constructor Details

    • DefaultPostmanCollectionGenerator

      public DefaultPostmanCollectionGenerator(@NotNull @NotNull ExportConfigurationService exportConfigurationService, @NotNull @NotNull PostmanCollectionFormatter postmanCollectionFormatter)
      Instantiates a new Postman collection generator.
      Parameters:
      exportConfigurationService - export configuration service
      postmanCollectionFormatter - Postman collection
  • Method Details