| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.internal.async | |
| com.atlassian.jira.rest.client.internal.json |
| Modifier and Type | Method and Description |
|---|---|
protected <I,T> com.atlassian.util.concurrent.Promise<T> |
AbstractAsynchronousRestClient.postAndParse(URI uri,
I entity,
JsonGenerator<I> jsonGenerator,
JsonObjectParser<T> parser) |
protected <T> com.atlassian.util.concurrent.Promise<T> |
AbstractAsynchronousRestClient.postAndParse(URI uri,
org.codehaus.jettison.json.JSONObject entity,
JsonObjectParser<T> parser) |
protected <I,T> com.atlassian.util.concurrent.Promise<T> |
AbstractAsynchronousRestClient.putAndParse(URI uri,
I entity,
JsonGenerator<I> jsonGenerator,
JsonObjectParser<T> parser) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JsonObjectParser> |
CimFieldsInfoMapJsonParser.registeredAllowedValueParsers |
| Modifier and Type | Method and Description |
|---|---|
static JsonObjectParser<BasicWatchers> |
WatchersJsonParserBuilder.createBasicWatchersParser() |
static JsonObjectParser<Watchers> |
WatchersJsonParserBuilder.createWatchersParser() |
| Modifier and Type | Method and Description |
|---|---|
static <K> GenericJsonArrayParser<K> |
GenericJsonArrayParser.create(JsonObjectParser<K> jsonParser) |
static <T> T |
JsonParseUtil.getOptionalJsonObject(org.codehaus.jettison.json.JSONObject jsonObject,
String attributeName,
JsonObjectParser<T> jsonParser) |
static <T> ExpandableProperty<T> |
JsonParseUtil.parseExpandableProperty(org.codehaus.jettison.json.JSONObject json,
JsonObjectParser<T> expandablePropertyBuilder) |
static <T> Collection<T> |
JsonParseUtil.parseJsonArray(org.codehaus.jettison.json.JSONArray jsonArray,
JsonObjectParser<T> jsonParser) |
static <T> ExpandableProperty<T> |
JsonParseUtil.parseOptionalExpandableProperty(org.codehaus.jettison.json.JSONObject json,
JsonObjectParser<T> expandablePropertyBuilder) |
static <T> OptionalIterable<T> |
JsonParseUtil.parseOptionalJsonArray(org.codehaus.jettison.json.JSONArray jsonArray,
JsonObjectParser<T> jsonParser) |
static <T> T |
JsonParseUtil.parseOptionalJsonObject(org.codehaus.jettison.json.JSONObject json,
String attributeName,
JsonObjectParser<T> jsonParser) |
| Constructor and Description |
|---|
GenericJsonArrayParser(JsonObjectParser<T> jsonParser) |
Copyright © 2016 Atlassian. All rights reserved.