-
Notifications
You must be signed in to change notification settings - Fork 30
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
New Method isUndefined #7
Comments
Glad I convinced you 😀. At first I thought that it wouldn't be necessary since we already have |
Maybe I misunderstood it, but how can you find out if the state is a "reset" or not? Is the reset state a |
If JsonNullable is in state "undefined", |
Yes, then an extension for I adjust the title of the ticket. |
Hi @cbornet , PR is open :) |
Hey,
@cbornet convinced me, it's really better to use the
JsonNullable
instead ofOptionals
.From the discussion here OpenAPITools/openapi-generator#3214, the question: Make it sense to create a new method
isUndefined()
Before i create a PR, is there a reason why we should not create this method?
The text was updated successfully, but these errors were encountered: