Class AbstractMapAttributePopulator

    • Constructor Detail

      • AbstractMapAttributePopulator

        public AbstractMapAttributePopulator()
    • Method Detail

      • setNewMapValues

        protected abstract void setNewMapValues​(ItemModel item,
                                                TypeAttributeDescriptor attribute,
                                                java.util.Map<?,​?> newValue)
        Provides the implementation on how to set the map attribute
        Parameters:
        item - Item to set
        attribute - Metadata on the attribute being set
        newValue - value to set on the attribute