Class SqlServerBindingsPropertiesProcessor
java.lang.Object
org.springframework.cloud.bindings.boot.SqlServerBindingsPropertiesProcessor
- All Implemented Interfaces:
BindingsPropertiesProcessor
public final class SqlServerBindingsPropertiesProcessor
extends Object
implements BindingsPropertiesProcessor
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE
TheBindingtype that this processor is interested in: "sqlserver".- See Also:
-
-
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:BindingsPropertiesProcessorTransform the currently accumulatedBindings-related properties.- Specified by:
processin interfaceBindingsPropertiesProcessor- Parameters:
environment- theEnvironmentthat the processor is executing with.bindings- theBindingsexposed to the application.properties- the currently accumulated properties.
-