Package com.adobe.aemds.guide.service
Interface JsonObjectCreator
-
public interface JsonObjectCreator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JSONObject
create(Resource resource, int maxRecursionLevels, JSONCreationOptions jsonCreationOptions)
JSONObject
createWithContext(Resource resource, int maxRecursionLevels, JSONCreationOptions jsonCreationOptions)
-
-
-
Method Detail
-
create
JSONObject create(Resource resource, int maxRecursionLevels, JSONCreationOptions jsonCreationOptions) throws JSONException
- Throws:
JSONException
-
createWithContext
JSONObject createWithContext(Resource resource, int maxRecursionLevels, JSONCreationOptions jsonCreationOptions) throws JSONException
- Throws:
JSONException
-
-