Class SqlServerBindingsPropertiesProcessor

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

public final class SqlServerBindingsPropertiesProcessor extends Object implements BindingsPropertiesProcessor
An implementation of BindingsPropertiesProcessor that detects Bindings of type: "sqlserver".
See Also:
  • Field Details

  • Constructor Details

    • SqlServerBindingsPropertiesProcessor

      public SqlServerBindingsPropertiesProcessor()
  • 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.