spotify/magnolify

Enum support

nevillelyh opened this issue · 2 comments

Used mainly in Avro but could be useful for other types as well. Need to support Java Enum, Scala enumeration and maybe a sealed trait with case object only sub-types?

#180 adds Java & Scala enum support. Still nice to have sealed trait + case object support.

ADT EnumType added in b5ac800