Closed ruget closed 5 years ago
Fix proposal for https://github.com/vert-x3/issues/issues/445
*ServiceVertxEBProxy is generated with:
*ServiceVertxEBProxy
.valueOf()
.toString()
If .toString() is overwritten, we are losing the symmetry. So change it by name().
name()
looks straightforward enough to not require a test
this should be back-ported to 3.7
@ruget thank you so much for your contribution, I've changed the base to merge to master. I will take care of merging it
Fix proposal for https://github.com/vert-x3/issues/issues/445
*ServiceVertxEBProxy
is generated with:.valueOf()
to marshall from json msg.toString()
to unmarshall to json msgIf
.toString()
is overwritten, we are losing the symmetry. So change it byname()
.