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-toolkit-load-low-code
/
io.airbyte.cdk.load.discoverer.operation
/
JsonNodePredicate
Json
Node
Predicate
class
JsonNodePredicate
(
condition
:
String
,
nodeKey
:
String
=
"property"
)
:
Predicate
<
JsonNode
>
A convenient wrapper in order to evaluate DiscoveredProperties
Members
Constructors
Json
Node
Predicate
Link copied to clipboard
constructor
(
condition
:
String
,
nodeKey
:
String
=
"property"
)
Properties
interpolator
Link copied to clipboard
val
interpolator
:
StringInterpolator
Functions
and
Link copied to clipboard
open
fun
and
(
p0
:
Predicate
<
in
JsonNode
>
)
:
Predicate
<
JsonNode
>
negate
Link copied to clipboard
open
fun
negate
(
)
:
Predicate
<
JsonNode
>
or
Link copied to clipboard
open
fun
or
(
p0
:
Predicate
<
in
JsonNode
>
)
:
Predicate
<
JsonNode
>
test
Link copied to clipboard
open
override
fun
test
(
propertyNode
:
JsonNode
)
:
Boolean