- 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.
推薦閱讀
- Visual C++實例精通
- Java程序設計與計算思維
- Java:Data Science Made Easy
- Oracle BAM 11gR1 Handbook
- Hands-On GUI Programming with C++ and Qt5
- 代碼閱讀
- SwiftUI極簡開發
- Tableau Desktop可視化高級應用
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- jQuery Mobile Web Development Essentials(Second Edition)
- Flink核心技術:源碼剖析與特性開發
- Developing Java Applications with Spring and Spring Boot
- Extending Docker
- Learning Puppet
- Flutter for Beginners