|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsonUtils.ParseException | |
---|---|
com.sonyericsson.hudson.plugins.metadata.model | |
com.sonyericsson.hudson.plugins.metadata.model.values |
Uses of JsonUtils.ParseException in com.sonyericsson.hudson.plugins.metadata.model |
---|
Methods in com.sonyericsson.hudson.plugins.metadata.model that throw JsonUtils.ParseException | |
---|---|
static void |
JsonUtils.checkRequiredJsonAttribute(net.sf.json.JSONObject json,
String attribute)
Utility method for checking if a required attribute is present in the JSON object. |
static MetadataValue |
JsonUtils.toValue(net.sf.json.JSONObject json,
MetadataContainer<MetadataValue> container)
Converts the given JSON object to MetadataValue . |
static List<MetadataValue> |
JsonUtils.toValues(net.sf.json.JSONArray json,
MetadataContainer<MetadataValue> container)
Converts the given JSON array to MetadataValue s. |
static List<MetadataValue> |
JsonUtils.toValues(net.sf.json.JSON json,
MetadataContainer<MetadataValue> container)
Converts the given JSON object to MetadataValue s. |
Uses of JsonUtils.ParseException in com.sonyericsson.hudson.plugins.metadata.model.values |
---|
Methods in com.sonyericsson.hudson.plugins.metadata.model.values that throw JsonUtils.ParseException | |
---|---|
MetadataValue |
NumberMetadataValue.NumberMetaDataValueDescriptor.fromJson(net.sf.json.JSONObject json,
MetadataContainer<MetadataValue> container)
|
MetadataValue |
StringMetadataValue.StringMetaDataValueDescriptor.fromJson(net.sf.json.JSONObject json,
MetadataContainer<MetadataValue> container)
|
abstract MetadataValue |
AbstractMetadataValue.AbstractMetaDataValueDescriptor.fromJson(net.sf.json.JSONObject json,
MetadataContainer<MetadataValue> container)
Converts a JSON object into a MetadataValue of this descriptors describable. |
MetadataValue |
DateMetadataValue.DateMetaDataValueDescriptor.fromJson(net.sf.json.JSONObject json,
MetadataContainer<MetadataValue> container)
|
MetadataValue |
TreeNodeMetadataValue.TreeNodeMetaDataValueDescriptor.fromJson(net.sf.json.JSONObject json,
MetadataContainer<MetadataValue> container)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |