stephenh / dtonator

code generator for creating DTOs and mapping to domain objects
Other
14 stars 5 forks source link

Fix Enum Getter Generation for Longs #2

Closed ianvkoeppe closed 8 years ago

ianvkoeppe commented 8 years ago

The was an issue with return types when I tested with b360-web. Now, it will support String, Long, Integer, and anything will default to String and call object.toString().