You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Jackson2Parser only looks for optionalAnnoations when determining if a property should be optional. It seems like it should default to ! beanPropertyWriter.getMetadata().isRequired() so as to support custom optional-detection by jackson modules.
In my case, I want it so that the Kotlin module can determine nullability.