Interface IntegrationObjectJsonGenerator
- All Known Implementing Classes:
DefaultAbstractIntegrationObjectJsonGenerator,DefaultOutboundIntegrationObjectJsonGenerator,DefaultPersistenceIntegrationObjectJsonGenerator
public interface IntegrationObjectJsonGenerator
Generates a dummy JSON payload for an integration object
-
Method Summary
Modifier and TypeMethodDescriptiongenerateJson(IntegrationObjectModel integrationObjectModel) Creates a dummy JSON string from an integration object
-
Method Details
-
generateJson
Creates a dummy JSON string from an integration object- Parameters:
integrationObjectModel- a given integration object- Returns:
- a formatted dummy JSON payload
-