Class | Description |
---|---|
CreateFromJSONFunctionExtension |
createFromJSON(String)
Returns the created map
Accept Type(s): (String)
Return Type(s): Map
|
CreateFromXMLFunctionExtension |
createFromXML(String)
Returns the created hashmap
Accept Type(s): (String)
Return Type(s): Map
|
CreateFunctionExtension |
create(key1,value1,key2,value2,.....,keyN,valueN) or create()
Returns the created hashmap
Accept Type(s): () , (Object,Object,....,Object,Object)
Return Type(s): HashMap
|
GetFunctionExtension |
get(HashMap , Key , Type)
Returns required attribute value'.
|
IsMapFunctionExtension |
isMap(Object)
Returns boolean true if the object is a hashmap, boolean false if it is not .
|
PutFunctionExtension |
put(HashMap , key , value)
Returns the updated hashmap.
|
RemoveFunctionExtension |
remove(HashMap , key)
Returns the updated hashmap
Accept Type(s): (HashMap , ValidAttributeType)
Return Type(s): HashMap
|
ToJSONFunctionExtension |
toJSON(Map)
Returns a string representation of the map in JSON format
Accept Type(s): (Map)
Return Type(s): String
|
ToXMLFunctionExtension |
toXML(Map)
Returns the string representation of the map in XML format
Accept Type(s): (Map)
Return Type(s): String
|
Copyright © 2016 WSO2. All Rights Reserved.