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
I believe the jsonschema2pojo plugin has a setting for generating a constructor for all required fields. Be mindful that adding such constructor and removing the default one constitutes a breaking change.
If a field is required, then we should enforce it in the constructor or when calling build (if we have a builder).
sdk-java/sdk/src/main/java/dev/cdevents/models/build/started/Subject.java
Lines 23 to 29 in 5d17b75
But no validation
The text was updated successfully, but these errors were encountered: