public class FieldJsonParser extends Object implements JsonObjectParser<Field>
| Constructor and Description |
|---|
FieldJsonParser() |
| Modifier and Type | Method and Description |
|---|---|
static JsonArrayParser<Iterable<Field>> |
createFieldsArrayParser() |
Field |
parse(org.codehaus.jettison.json.JSONObject jsonObject) |
public Field parse(org.codehaus.jettison.json.JSONObject jsonObject) throws org.codehaus.jettison.json.JSONException
parse in interface JsonParser<org.codehaus.jettison.json.JSONObject,Field>org.codehaus.jettison.json.JSONExceptionpublic static JsonArrayParser<Iterable<Field>> createFieldsArrayParser()
Copyright © 2016 Atlassian. All rights reserved.