Class SapHanaBindingsPropertiesProcessor

java.lang.Object
org.springframework.cloud.bindings.boot.SapHanaBindingsPropertiesProcessor
All Implemented Interfaces:
BindingsPropertiesProcessor

public final class SapHanaBindingsPropertiesProcessor extends Object implements BindingsPropertiesProcessor
An implementation of BindingsPropertiesProcessor that detects Bindings of type: "hana".
  • Field Details

  • Constructor Details

    • SapHanaBindingsPropertiesProcessor

      public SapHanaBindingsPropertiesProcessor()
  • Method Details

    • process

      public void process(org.springframework.core.env.Environment environment, Bindings bindings, Map<String,Object> properties)
      Description copied from interface: BindingsPropertiesProcessor
      Transform the currently accumulated Bindings-related properties.
      Specified by:
      process in interface BindingsPropertiesProcessor
      Parameters:
      environment - the Environment that the processor is executing with.
      bindings - the Bindings exposed to the application.
      properties - the currently accumulated properties.