Uses of Class
ezvcard.io.json.JsonValue

Packages that use JsonValue
ezvcard.io.json   
 

Uses of JsonValue in ezvcard.io.json
 

Methods in ezvcard.io.json that return types with arguments of type JsonValue
 List<JsonValue> JsonValue.getArray()
          Gets the JSON array elements.
 Map<String,JsonValue> JsonValue.getObject()
          Gets the JSON object.
 List<JsonValue> JCardValue.getValues()
          Gets all the JSON values.
 

Constructors in ezvcard.io.json with parameters of type JsonValue
JCardValue(JsonValue... values)
          Creates a new jCard value.
 

Constructor parameters in ezvcard.io.json with type arguments of type JsonValue
JCardValue(List<JsonValue> values)
          Creates a new jCard value.
JsonValue(List<JsonValue> array)
          Creates a JSON array.
JsonValue(Map<String,JsonValue> object)
          Creates a JSON object.
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.