Class DefaultAbstractIntegrationObjectJsonGenerator
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modals.generator.DefaultAbstractIntegrationObjectJsonGenerator
- All Implemented Interfaces:
IntegrationObjectJsonGenerator
- Direct Known Subclasses:
DefaultOutboundIntegrationObjectJsonGenerator,DefaultPersistenceIntegrationObjectJsonGenerator
public abstract class DefaultAbstractIntegrationObjectJsonGenerator
extends Object
implements IntegrationObjectJsonGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultAbstractIntegrationObjectJsonGenerator(ReadService readService, ReadOnlyAttributesConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptiongenerateJson(IntegrationObjectModel integrationObjectModel) Creates a dummy JSON string from an integration object
-
Constructor Details
-
DefaultAbstractIntegrationObjectJsonGenerator
public DefaultAbstractIntegrationObjectJsonGenerator(ReadService readService, ReadOnlyAttributesConfiguration configuration)
-
-
Method Details
-
generateJson
Description copied from interface:IntegrationObjectJsonGeneratorCreates a dummy JSON string from an integration object- Specified by:
generateJsonin interfaceIntegrationObjectJsonGenerator- Parameters:
integrationObjectModel- a given integration object- Returns:
- a formatted dummy JSON payload
-