public class CloudFoundryRawServiceData extends HashMap<String,List<Map<String,Object>>>
CloudFoundryRawServiceData object represents the data read from the VCAP_SERVICES
environment variable and transformed from JSON text to a collection of objects.
The root of the data structure is a List. Each element of the list represents one service from
the JSON.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CloudFoundryRawServiceData() |
CloudFoundryRawServiceData(Map<? extends String,? extends List<Map<String,Object>>> map) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toString