/AutoCodec

Automatically generate Codec fields for annotated classes via AST transformation

Primary LanguageJava

Currently on-pause while I am on vacation and updating my other projects to 1.21

AutoCodec

Automatically generate Codec fields for annotated classes via AST transformation.

Roadmap

  • All fields
  • Ignoring fields
  • Optional fields
  • Inheritance
  • List fields
  • Map fields
  • Xmapping fields
  • Field adapters
  • Field types with custom codecs / auto-codecs
  • Generating getters
  • Generating ctors
  • Intellij plugin
  • Gradle plugin
  • Kotlin compiler plugin