asyncapi / java-template

Java template for the AsyncAPI Generator
Apache License 2.0
10 stars 12 forks source link

feat: add Jackson annotation to model class #73

Closed dan-r closed 1 year ago

dan-r commented 1 year ago

Description An approach at implementing #20. I've gone with @JsonProperty(required = true) as this seems like the best way to do it with Jackson, but I'm open to suggestions of alternatives.

Related issue(s)

20

asyncapi-bot commented 1 year ago

:tada: This PR is included in version 0.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: