Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-base
/
io.airbyte.cdk.command
/
MetadataYamlPropertySource
Metadata
Yaml
Property
Source
class
MetadataYamlPropertySource
:
MapPropertySource
Loads the contents of the connector's metadata.yaml file as Micronaut properties.
Members
Constructors
Metadata
Yaml
Property
Source
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Functions
as
Map
Link copied to clipboard
open
fun
asMap
(
)
:
MutableMap
<
String
,
Any
>
get
Link copied to clipboard
open
operator override
fun
get
(
key
:
String
)
:
Any
get
Convention
Link copied to clipboard
open
fun
getConvention
(
)
:
PropertySource.PropertyConvention
get
Order
Link copied to clipboard
open
fun
getOrder
(
)
:
Int
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
MutableIterator
<
String
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String