-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty/default jackson @JsonTypeName isn't handled correctly #172
Comments
Yona-Appletree
pushed a commit
to Yona-Appletree/typescript-generator
that referenced
this issue
Sep 18, 2017
Yona-Appletree
pushed a commit
to Yona-Appletree/typescript-generator
that referenced
this issue
Sep 18, 2017
Yona-Appletree
pushed a commit
to Yona-Appletree/typescript-generator
that referenced
this issue
Sep 18, 2017
vojtechhabarta
added a commit
that referenced
this issue
Sep 20, 2017
Fix for #172 - Handling empty @JsonTypeName() correctly.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the JavaDoc on Jackson's @JsonTypeName, if it's value is left blank, it defaults to the non-qualified class name of the annotated class. typescript-generator, however, actually emits the empty string, when it should emit the simple class name.
The text was updated successfully, but these errors were encountered: