Package com.atlassian.bamboo.ww2.common
Class JsonHelper
java.lang.Object
com.atlassian.bamboo.ww2.common.JsonHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull org.json.JSONObjectbuildJsonObject(Object bean, Iterable<String> properties) static @NotNull org.json.JSONObjectbuildJsonObject(Object bean, String... properties) static voidreturnJsonResponse(jakarta.servlet.http.HttpServletResponse response, org.json.JSONObject json)
-
Method Details
-
returnJsonResponse
public static void returnJsonResponse(jakarta.servlet.http.HttpServletResponse response, org.json.JSONObject json) throws org.json.JSONException, IOException - Throws:
org.json.JSONExceptionIOException
-
buildJsonObject
-
buildJsonObject
-