Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a builder for PipelineDataFlowModel and non-empty consistency between different types #1669

Open
dlvenable opened this issue Aug 16, 2022 · 0 comments
Labels

Comments

@dlvenable
Copy link
Member

dlvenable commented Aug 16, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant