dataenum icon indicating copy to clipboard operation
dataenum copied to clipboard

Algebraic data types in Java.

Results 5 dataenum issues
Sort by recently updated
recently updated
newest added

Not sure if you were aware of [Derive4J](https://github.com/derive4j/derive4j) before developing dataenum? In any case I'd be curious of hearing your thoughts about it.

Hi there, i tried to add you library in v 1.5.0. But unfortunately it didn't work. We also use auto-factory. When I added dataenum, the auto-factory still generated code, but...

Hi there, coming from languages with sum types, is such a punishment to use java. We actually wrote handmade ADTs like your library is generating. I really like how less...

When upgrading dataenum-processor from 1.4.1 to 1.5.0 it gives the following error: > Caused by: java.lang.RuntimeException: java.lang.IllegalAccessError: class com.spotify.dataenum.processor.parser.MembersParser (in unnamed module @0x28b2da46) cannot access class com.sun.tools.javac.util.Pair (in module jdk.compiler)...