SimpleDataSourceFactory
A factory for creating DataSource instances from simplified configurations. Allows easy setup for tests and examples.
Properties
Functions
Link copied to clipboard
fun createDataSource(simpleConfig: SimpleDataSourceConfig, jsonHandler: JsonHandler<*> = defaultJackson2JsonHandler): DataSource
Creates a data source based on the given simple configuration.
Link copied to clipboard