Package de.hybris.platform.integrationservices.integrationkey.impl
package de.hybris.platform.integrationservices.integrationkey.impl
-
ClassesClassDescriptionGenerates integration key value for a given
TypeDescriptorfrom the attribute values represented by aMap<String, Object>, where the map key is the attribute name, and the map value is the corresponding attribute value.This class takes the integrationKey Alias string formatted like thisType1_prop1|Type2_prop2|...and turns it into an ordered map of EntityType to its key properties.Holds the property values for unique properties mapped by the entity types and maintains order according to the integrationKey Alias.