NamespaceMappingBeanFactory

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Singleton
@Named(value = "dataChannelMedium")
fun dataChannelMedium(@Value(value = "${airbyte.destination.core.data-channel.medium}") dataChannelMedium: DataChannelMedium): DataChannelMedium
Link copied to clipboard
@Singleton
fun namespaceMapper(@Named(value = "dataChannelMedium") dataChannelMedium: DataChannelMedium, @Value(value = "${airbyte.destination.core.mappers.namespace-mapping-config-path}") namespaceMappingConfigPath: String): NamespaceMapper