can you provide the full signature of these 3 API?

I’d like to call the method like this :

WriterBuilder
  .csv(CarbonSchma)
  .withXXX(…)
  .build

WriterBuilder
  .avro(AvroSchma)
  .withXXX(…)
  .build

WriterBuilder
  .json(CarbonSchma)
  .withXXX(…)
  .build

Reply via email to