GuideDataMergerSPI.java
496 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.commons.json.JSONObject
*/
package com.adobe.aemds.guide.service.external;
import com.adobe.aemds.guide.utils.KeyValueDataMerger;
import java.util.Map;
import org.apache.sling.commons.json.JSONObject;
import org.w3c.dom.Document;
public interface GuideDataMergerSPI {
public KeyValueDataMerger createDataMerger(JSONObject var1, Document var2, Map<String, Object> var3) throws Exception;
}