public class BootstrapCache extends Object
CdsRuntimeConfigurer during initialization of the Spring Boot Application Context.| Modifier and Type | Method and Description |
|---|---|
static void |
clear(org.springframework.core.env.Environment environment) |
BootstrapCache |
ensureServices() |
static BootstrapCache |
get(org.springframework.core.env.Environment environment) |
Map<String,AdapterFactory> |
getAdapterFactories() |
CdsRuntime |
getCdsRuntime() |
CdsRuntimeConfigurer |
getConfigurer() |
List<DataSourceDescriptor> |
getDataSourceDescriptors() |
Map<String,DataSource> |
getDataSources() |
public static BootstrapCache get(org.springframework.core.env.Environment environment)
public static void clear(org.springframework.core.env.Environment environment)
public BootstrapCache ensureServices()
public CdsRuntimeConfigurer getConfigurer()
public CdsRuntime getCdsRuntime()
public Map<String,AdapterFactory> getAdapterFactories()
public List<DataSourceDescriptor> getDataSourceDescriptors()
public Map<String,DataSource> getDataSources()
Copyright © 2023. All rights reserved.