Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Singleton
class JsonSchemaToAirbyteType(@Property(name = "airbyte.destination.core.types.unions") unionBehavior: JsonSchemaToAirbyteType.UnionBehavior)
Link copied to clipboard

Naively convert a json node to the equivalent AirbyteValue. Note that this does not match against a declared schema; it simply does the most obvious conversion.

Functions

Link copied to clipboard
Link copied to clipboard
fun AirbyteValue.toJson(): JsonNode