toolisticon / avro-kotlin

Opionionated set of extension functions and helpers for using Apache Avro with Kotlin
https://avro-kotlin.toolisticon.io/stable/
Apache License 2.0
3 stars 0 forks source link

Support processors on AvroNamedType #114

Open jangalinski opened 3 weeks ago

jangalinski commented 3 weeks ago

Currently, only data class is supported well enough. Enum, Interface, Object, ... are missing.

Since we have the 4 named types Record, Enum, Error and Fixed in avro that all share the AvroNamedType interface, we could provide common features for all of them (adding class level annotaions, enhance kdoc, ...).