Uses of Interface
de.hybris.platform.outboundsync.job.impl.ChangeInfoParser
-
Packages that use ChangeInfoParser Package Description de.hybris.platform.outboundsync.job.impl -
-
Uses of ChangeInfoParser in de.hybris.platform.outboundsync.job.impl
Classes in de.hybris.platform.outboundsync.job.impl that implement ChangeInfoParser Modifier and Type Class Description classDefaultChangeInfoParserImplementation 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 ChangeInfoParser Modifier and Type Method Description voidStreamingChangesCollector. setInfoParser(ChangeInfoParser parser)Injects implementation of an info parser to be used instead of the default implementation.
-