Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.servicebinding |
Modifier and Type | Field and Description |
---|---|
static DefaultServiceBindingMergingStrategy.KeySelector |
DefaultServiceBindingMergingStrategy.KEEP_EVERYTHING
A
DefaultServiceBindingMergingStrategy.KeySelector that keeps each and every service binding. |
static DefaultServiceBindingMergingStrategy.KeySelector |
DefaultServiceBindingMergingStrategy.SELECT_NAME
A
DefaultServiceBindingMergingStrategy.KeySelector that always extracts the name property from the given service binding. |
static DefaultServiceBindingMergingStrategy.KeySelector |
DefaultServiceBindingMergingStrategy.SELECT_PLAN
A
DefaultServiceBindingMergingStrategy.KeySelector that always extract the plan property from the given service binding. |
Modifier and Type | Method and Description |
---|---|
static DefaultServiceBindingMergingStrategy.KeySelector |
DefaultServiceBindingMergingStrategy.selectPlanOrDefault(String defaultPlan)
Creates a
DefaultServiceBindingMergingStrategy.KeySelector that either extracts the plan property from the given service binding or
uses the provided defaultPlan if no such property exists. |
Modifier and Type | Method and Description |
---|---|
DefaultServiceBindingMergingStrategy.DefaultServiceBindingMergingStrategyBuilder |
DefaultServiceBindingMergingStrategy.DefaultServiceBindingMergingStrategyBuilder.keySelector(DefaultServiceBindingMergingStrategy.KeySelector keySelector) |
Copyright © 2021 SAP SE. All rights reserved.