All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.aemds.guide.service.external.GuideDataMergerSPI Maven / Gradle / Ivy

package com.adobe.aemds.guide.service.external;

import com.adobe.aemds.guide.utils.KeyValueDataMerger;
import org.apache.sling.commons.json.*;
import org.w3c.dom.Document;

import java.util.Map;

/**
 * @pad.exclude Exclude from Published API.
 */
public interface GuideDataMergerSPI {
     /**
     * Create a KeyValueDataMerger instance
     * @param jsonObject
     * @param data
     */
    public KeyValueDataMerger createDataMerger(JSONObject jsonObject,Document data,Map params) throws Exception ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy