Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-load
/
io.airbyte.cdk.load.config
/
NamespaceMappingBeanFactory
Namespace
Mapping
Bean
Factory
@
Factory
class
NamespaceMappingBeanFactory
Members
Constructors
Namespace
Mapping
Bean
Factory
Link copied to clipboard
constructor
(
)
Functions
data
Channel
Medium
Link copied to clipboard
@
Singleton
@
Named
(
value
=
"dataChannelMedium"
)
fun
dataChannelMedium
(
@
Value
(
value
=
"${airbyte.destination.core.data-channel.medium}"
)
dataChannelMedium
:
DataChannelMedium
)
:
DataChannelMedium
namespace
Mapper
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