public class JsonDataHelper
extends java.lang.Object
| Constructor and Description |
|---|
JsonDataHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAttachments(DataFormatContext ctx,
org.json.JSONObject root,
Attachments attachments) |
static void |
addHeaderAttributes(org.json.JSONObject headObj,
ResultInfos infos,
java.lang.String bodyType) |
static XMLFormException |
parseFormException(org.json.JSONObject obj) |
static Query |
parseQuery(JsonQueryValueConverter converter,
org.json.JSONObject arrayObj) |
static void |
parseSourceInfos(org.json.JSONObject headObj,
SourceInfos infos) |
public static Query parseQuery(JsonQueryValueConverter converter, org.json.JSONObject arrayObj)
public static XMLFormException parseFormException(org.json.JSONObject obj)
public static void parseSourceInfos(org.json.JSONObject headObj,
SourceInfos infos)
public static void addHeaderAttributes(org.json.JSONObject headObj,
ResultInfos infos,
java.lang.String bodyType)
public static void addAttachments(DataFormatContext ctx, org.json.JSONObject root, Attachments attachments)
Copyright © 2023. All Rights Reserved.