spring-framework / org.springframework.jdbc.datasource.lookup / MapDataSourceLookup / getDataSources

getDataSources

open fun getDataSources(): MutableMap<String, DataSource>

Get the Map of DataSource maintained by this object.

The returned Map is unmodifiable.

Return
said Map of DataSource (never null)