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 current pattern of creating an empty object and then invoking a set method on it for every field to set is a bit tedious. This could be simplified with value constructors or builders. The value constructor plugin is old enough that it should work with the currently used version of Apache CXF (2.7.6), but the builder plugin is newer and may require an upgrade.
The text was updated successfully, but these errors were encountered:
The current pattern of creating an empty object and then invoking a set method on it for every field to set is a bit tedious. This could be simplified with value constructors or builders. The value constructor plugin is old enough that it should work with the currently used version of Apache CXF (2.7.6), but the builder plugin is newer and may require an upgrade.
The text was updated successfully, but these errors were encountered: