forked from tfredrich/HyperExpress
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
I really like your approach here and especially wanted to make use of your HAL Jackson serialization project. However, I'm using groovy and the "setProperty" method in your Resource/AbstractResource conflict with the GroovyObject. I get the following error:
The return type of com.strategicgains.hyperexpress.domain.Resource setProperty(java.lang.String, java.lang.Object) in com.strategicgains.hyperexpress.domain.AbstractResource is incompatible with void in groovy.lang.GroovyObject
If you could make the naming of methods more compatible with Groovy it would be of great benefit. Thank you!
Reactions are currently unavailable