Interface BindingsPropertiesProcessor
- All Known Implementing Classes:
ArtemisBindingsPropertiesProcessor,CassandraBindingsPropertiesProcessor,Db2BindingsPropertiesProcessor,LDAPBindingsPropertiesProcessor,MongoDbBindingsPropertiesProcessor,MySqlBindingsPropertiesProcessor,OracleBindingsPropertiesProcessor,PostgreSqlBindingsPropertiesProcessor,RedisBindingsPropertiesProcessor,SapHanaBindingsPropertiesProcessor,SpringSecurityOAuth2BindingsPropertiesProcessor,SqlServerBindingsPropertiesProcessor,VaultBindingsPropertiesProcessor,WavefrontBindingsPropertiesProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface for types that transform the contents of a
Bindings into properties for injection into a
PropertySource.-
Method Summary
-
Method Details
-
process
void process(org.springframework.core.env.Environment environment, Bindings bindings, Map<String, Object> properties) Transform the currently accumulatedBindings-related properties.- Parameters:
environment- theEnvironmentthat the processor is executing with.bindings- theBindingsexposed to the application.properties- the currently accumulated properties.
-