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
Create a PipelineDataFlowModel.Builder class. This will allow us to remove a constructor and have only one private constructor to be used by the builder and by Jackson for JSON deserialization.
Relatedly, the PipelineDataFlowModel should use non-empty serialization for processors. It should also return an empty List<PluginModel> instead of null to provide consistency for clients.
The text was updated successfully, but these errors were encountered:
Create a
PipelineDataFlowModel.Builder
class. This will allow us to remove a constructor and have only one private constructor to be used by the builder and by Jackson for JSON deserialization.Relatedly, the
PipelineDataFlowModel
should use non-empty serialization forprocessors
. It should also return an emptyList<PluginModel>
instead ofnull
to provide consistency for clients.The text was updated successfully, but these errors were encountered: