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 Type
    Method
    Description
    generateJson(IntegrationObjectModel integrationObjectModel)
    Creates a dummy JSON string from an integration object
  • Method Details

    • generateJson

      String generateJson(IntegrationObjectModel integrationObjectModel)
      Creates a dummy JSON string from an integration object
      Parameters:
      integrationObjectModel - a given integration object
      Returns:
      a formatted dummy JSON payload