VcapDataT
- The destination specific structure of the JSON data contained within the VCAP lookup.public class ScpVcapDestinationOptionAugmenter<VcapDataT extends ScpVcapDestinationLoader.ScpVcapServiceData> extends Object implements DestinationOptionsAugmenter
Constructor and Description |
---|
ScpVcapDestinationOptionAugmenter(Class<VcapDataT> vcapClass,
String vcapGroup) |
Modifier and Type | Method and Description |
---|---|
void |
augmentBuilder(DestinationOptions.Builder builder)
Use this class to set configuration parameters that are specific to a platform/environment/etc.
|
public void augmentBuilder(@Nonnull DestinationOptions.Builder builder)
DestinationOptions.Builder
and the resulting
DestinationOptions
object that the builder creates.augmentBuilder
in interface DestinationOptionsAugmenter
builder
- The builder to attach this augmenter toCopyright © 2020 SAP SE. All rights reserved.