Uses of Interface
de.hybris.platform.outboundsync.job.impl.ChangeInfoParser
Packages that use ChangeInfoParser
-
Uses of ChangeInfoParser in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl that implement ChangeInfoParserModifier and TypeClassDescriptionclassImplementation of theChangeInfoParserthat parses info from a JSON string of the following format:"{ "key": "..", "type": "..", "rootType": ".." }", in which order of the attributes is arbitrary and attribute "key" contains value of the changed item integration key; attribute "type" contains value of the item type; attribute "rootType" contains value of the item type that is navigated from the changed item and corresponds to the root item in the integration object used to synchronize the change.Methods in de.hybris.platform.outboundsync.job.impl with parameters of type ChangeInfoParserModifier and TypeMethodDescriptionvoidStreamingChangesCollector.setInfoParser(ChangeInfoParser parser) Injects implementation of an info parser to be used instead of the default implementation.