JsonObjectCreator.java 719 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.resource.Resource
 *  org.apache.sling.commons.json.JSONException
 *  org.apache.sling.commons.json.JSONObject
 */
package com.adobe.aemds.guide.service;

import com.adobe.aemds.guide.utils.JSONCreationOptions;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.commons.json.JSONException;
import org.apache.sling.commons.json.JSONObject;

public interface JsonObjectCreator {
    public JSONObject create(Resource var1, int var2, JSONCreationOptions var3) throws JSONException;

    public JSONObject createWithContext(Resource var1, int var2, JSONCreationOptions var3) throws JSONException;
}