vert-x3 / vertx-service-proxy

EventBus Proxy generation
Apache License 2.0
67 stars 58 forks source link

Change enum to json by a call to name() instead of toString() #84

Closed ruget closed 5 years ago

ruget commented 5 years ago

Fix proposal for https://github.com/vert-x3/issues/issues/445

*ServiceVertxEBProxy is generated with:

If .toString() is overwritten, we are losing the symmetry. So change it by name().

vietj commented 5 years ago

looks straightforward enough to not require a test

vietj commented 5 years ago

this should be back-ported to 3.7

slinkydeveloper commented 5 years ago

@ruget thank you so much for your contribution, I've changed the base to merge to master. I will take care of merging it