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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString