SourceConfigurationFactory

Each connector contains an implementation of this interface in a stateless class which maps the configuration JSON object to a typed Configuration implementation which is more directly useful to the rest of the connector.

Functions

Link copied to clipboard
open fun make(spec: I): O
Link copied to clipboard
abstract fun makeWithoutExceptionHandling(pojo: I): O