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
/
AirbyteValueJsonlProxy
Airbyte
Value
Jsonl
Proxy
class
AirbyteValueJsonlProxy
(
data
:
ObjectNode
)
:
AirbyteValueProxy
Members
Members & Extensions
Constructors
Airbyte
Value
Jsonl
Proxy
Link copied to clipboard
constructor
(
data
:
ObjectNode
)
Functions
as
Json
Link copied to clipboard
fun
AirbyteValueProxy
.
asJson
(
orderedSchema
:
Array
<
AirbyteValueProxy.FieldAccessor
>
)
:
ObjectNode
get
Boolean
Link copied to clipboard
open
override
fun
getBoolean
(
field
:
AirbyteValueProxy.FieldAccessor
)
:
Boolean
?
get
Date
Link copied to clipboard
open
override
fun
getDate
(
field
:
AirbyteValueProxy.FieldAccessor
)
:
String
?
get
Integer
Link copied to clipboard
open
override
fun
getInteger
(
field
:
AirbyteValueProxy.FieldAccessor
)
:
BigInteger
?
get
Json
Bytes
Link copied to clipboard
open
override
fun
getJsonBytes
(
field
:
AirbyteValueProxy.FieldAccessor
)
:
ByteArray
?
get
Json
Node
Link copied to clipboard
open
override
fun
getJsonNode
(
field
:
AirbyteValueProxy.FieldAccessor
)
:
JsonNode
?
get
Number
Link copied to clipboard
open
override
fun
getNumber
(
field
:
AirbyteValueProxy.FieldAccessor
)
:
BigDecimal
?
get
String
Link copied to clipboard
open
override
fun
getString
(
field
:
AirbyteValueProxy.FieldAccessor
)
:
String
?
get
Timestamp
Without
Timezone
Link copied to clipboard
open
override
fun
getTimestampWithoutTimezone
(
field
:
AirbyteValueProxy.FieldAccessor
)
:
String
?
get
Timestamp
With
Timezone
Link copied to clipboard
open
override
fun
getTimestampWithTimezone
(
field
:
AirbyteValueProxy.FieldAccessor
)
:
String
?
get
Time
Without
Timezone
Link copied to clipboard
open
override
fun
getTimeWithoutTimezone
(
field
:
AirbyteValueProxy.FieldAccessor
)
:
String
?
get
Time
With
Timezone
Link copied to clipboard
open
override
fun
getTimeWithTimezone
(
field
:
AirbyteValueProxy.FieldAccessor
)
:
String
?