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-load
/
io.airbyte.cdk.load.data
/
AirbyteValue
Airbyte
Value
sealed
interface
AirbyteValue
Inheritors
NullValue
StringValue
BooleanValue
IntegerValue
NumberValue
DateValue
TimestampWithTimezoneValue
TimestampWithoutTimezoneValue
TimeWithTimezoneValue
TimeWithoutTimezoneValue
ArrayValue
ObjectValue
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Properties
airbyte
Type
Link copied to clipboard
open
val
airbyteType
:
AirbyteType
Functions
to
Json
Link copied to clipboard
fun
AirbyteValue
.
toJson
(
)
:
JsonNode