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
The generated build method for a Pojo with a box class paramater in the constructor/factory method will throw a NullPointerException if no value was set. This only occurs when using withBuilderProperties = true.
The generated build method for a Pojo with a box class paramater in the constructor/factory method will throw a NullPointerException if no value was set. This only occurs when using
withBuilderProperties = true
.Example:
The text was updated successfully, but these errors were encountered: