| Package | Description |
|---|---|
| com.microsoft.azure.spring.cloudfoundry.environment |
| Modifier and Type | Method and Description |
|---|---|
private VcapPojo |
VcapResult.findByServiceType(VcapServiceType serviceType,
VcapPojo[] pojos) |
private VcapPojo |
VcapResult.findPojoForServiceType(VcapServiceType serviceType,
VcapPojo[] pojos) |
private VcapPojo |
VcapProcessor.parseService(String serviceBrokerName,
VcapServiceConfig serviceConfig,
String vCapServices) |
| Modifier and Type | Method and Description |
|---|---|
List<VcapPojo> |
VcapProcessor.parseVcapService(String vcapServices) |
| Modifier and Type | Method and Description |
|---|---|
private String |
VcapResult.buildServiceBusConnectString(VcapPojo pojo) |
private String |
VcapResult.buildStorageConnectionString(VcapPojo pojo) |
private VcapPojo |
VcapResult.findByServiceType(VcapServiceType serviceType,
VcapPojo[] pojos) |
private int |
VcapResult.findCountByServiceType(VcapServiceType serviceType,
VcapPojo[] pojos) |
private VcapPojo |
VcapResult.findPojoForServiceType(VcapServiceType serviceType,
VcapPojo[] pojos) |
private void |
VcapResult.populateDefaultDocumentDBProperties(Map<String,Object> map,
VcapPojo pojo) |
private void |
VcapResult.populateDefaultServiceBusProperties(Map<String,Object> map,
VcapPojo pojo) |
private void |
VcapResult.populateDefaultStorageProperties(Map<String,Object> map,
VcapPojo pojo) |
private void |
VcapResult.populateProperties(org.springframework.core.env.ConfigurableEnvironment environment,
VcapPojo[] pojos)
Populates default properties during @EnvironmentPostProcessor processing.
|
| Constructor and Description |
|---|
VcapResult(org.springframework.core.env.ConfigurableEnvironment environment,
VcapPojo[] pojos,
boolean logFlag) |
Copyright © 2020 Microsoft. All rights reserved.