jacobhampel

Results 5 comments of jacobhampel

I tried to add the javaType to the enum but instead of generating a Java enum a java class was generated. The JSON schema: ``` "HashAlgorithmEnumType": { "javaType": "HashAlgorithmEnum", "type":...

@bluecapz I tried your suggestion but the generator generated a "class" instead of an "enum". Here is the full JSON-schema file: ``` { "$schema": "http://json-schema.org/draft-04/schema#", "id": "urn:draft:GenericResponse", "title": "GenericResponse", "type":...

Indeed. It works like a charm. One small hint: You have to add an `}` right bevor the `, additionalProperties`

Hi, I see also another issue with the current implementation. If the expected value is an Integer the name of the Enum can't match its expected value. E.g. ``` public...

I do not have a reproducer project for this, yet. I don't know how Vertx is using Netty for the DNS resolution, but this might have been solved for Netty....