JsonConverter

@Singleton
class JsonConverter(coercer: ValueCoercer, validationResultHandler: ValidationResultHandler) : MediumConverter

Constructors

Link copied to clipboard
constructor(coercer: ValueCoercer, validationResultHandler: ValidationResultHandler)

Functions

Link copied to clipboard
open override fun convert(input: ConversionInput): Map<String, AirbyteValue>

Converts the given {@link ConversionInput} into a map representation containing transformed data.