public class CloudFoundryRawServiceData
extends java.util.HashMap<java.lang.String,java.util.List<java.util.Map<java.lang.String,java.lang.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.Constructor and Description |
---|
CloudFoundryRawServiceData() |
CloudFoundryRawServiceData(java.util.Map<? extends java.lang.String,? extends java.util.List<java.util.Map<java.lang.String,java.lang.Object>>> map) |