vert-x3 / vertx-grpc

gRPC for Vert.x
78 stars 49 forks source link

Allow defining the class prefix and template path #61

Closed pmlopes closed 4 years ago

pmlopes commented 4 years ago

Signed-off-by: Paulo Lopes pmlopes@gmail.com

Motivation:

Currently the template is hardcoded, this PR will allow overriding the default template and class prefix.

pmlopes commented 4 years ago

Not applicable anymore, this was a experiment to allow custom templates. It turns out that writing a new template it easier that the hacks this PR was doing.