public interface DataSourceResolver
| Modifier and Type | Field and Description | 
|---|---|
static DataSourceResolver | 
DEFAULT
The default implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default DataSource | 
resolve(DataSource dataSource)
Resolves the underlying target data source in the case it has been wrapped by proxying / instrumentation logic. 
 | 
static final DataSourceResolver DEFAULT
default DataSource resolve(DataSource dataSource)
dataSource - The data source