Class DefaultPostmanCollectionFormatter
java.lang.Object
de.hybris.platform.odata2services.export.impl.DefaultPostmanCollectionFormatter
- All Implemented Interfaces:
PostmanCollectionFormatter
The default implementation for the interface
PostmanCollectionFormatter.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat(PostmanCollection postmanCollection) Formats A Postman collection as a Json string.
-
Constructor Details
-
DefaultPostmanCollectionFormatter
public DefaultPostmanCollectionFormatter()
-
-
Method Details
-
format
Description copied from interface:PostmanCollectionFormatterFormats A Postman collection as a Json string.- Specified by:
formatin interfacePostmanCollectionFormatter- Parameters:
postmanCollection- thePostmanCollectionobject to format- Returns:
- a Json representation of the Postman collection
-