Open
Description
Hey,
@cbornet convinced me, it's really better to use the JsonNullable
instead of Optionals
.
From the discussion here OpenAPITools/openapi-generator#3214, the question: Make it sense to create a new method isUndefined()
@JsonIgnore
public boolean isUndefined(){
return UNDEFINED.equals(this);
}
Before i create a PR, is there a reason why we should not create this method?
Metadata
Metadata
Assignees
Labels
No labels