- Spring 5 Design Patterns
- Dinesh Rajput
- 109字
- 2021-07-08 09:59:34
Common problems where you should apply Builder pattern
In an enterprise application, you can apply the Builder pattern where the object creation has been done by using multiple steps. In each step, you do a portion of the process. In this process, you set some required parameters and some optional parameters, and after the final step, you will get a complex object.
The Builder pattern is an object creation software design pattern. The intention is to abstract the steps of construction so that different implementations of these steps can construct different representations of objects. Often, the Builder pattern is used to build products in accordance with the composite pattern.
推薦閱讀
- Unreal Engine Physics Essentials
- Microsoft Dynamics 365 Extensions Cookbook
- PyTorch Artificial Intelligence Fundamentals
- Access 2010數據庫基礎與應用項目式教程(第3版)
- 微信小程序入門指南
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Python項目實戰從入門到精通
- Scala Data Analysis Cookbook
- 零基礎學C語言第2版
- Nagios Core Administration Cookbook(Second Edition)
- Angular應用程序開發指南
- Distributed Computing in Java 9
- Mastering jQuery Mobile
- Delphi開發典型模塊大全(修訂版)
- IPython Interactive Computing and Visualization Cookbook