Class JsonHelper

java.lang.Object
com.atlassian.bamboo.ww2.common.JsonHelper

public class JsonHelper extends Object
  • Method Details

    • returnJsonResponse

      public static void returnJsonResponse(jakarta.servlet.http.HttpServletResponse response, org.json.JSONObject json) throws org.json.JSONException, IOException
      Throws:
      org.json.JSONException
      IOException
    • buildJsonObject

      @NotNull public static @NotNull org.json.JSONObject buildJsonObject(Object bean, String... properties)
    • buildJsonObject

      @NotNull public static @NotNull org.json.JSONObject buildJsonObject(Object bean, Iterable<String> properties)