Skip to main content

The Builder Pattern

  • Chapter
  • First Online:
Pro Design Patterns in Swift
  • 2097 Accesses

Abstract

The builder pattern is used to separate the configuration of an object from its creation. The calling component has the configuration data and passes it to an intermediary—the builder—that is responsible for creating an object on behalf of the component. This separation can reduce the amount of knowledge that the calling component has about the objects it uses and concentrates default configuration values in the builder class, rather than being required in every component that creates objects. Table 11-1 puts the builder pattern in context.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 49.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2015 Adam Freeman

About this chapter

Cite this chapter

Freeman, A. (2015). The Builder Pattern. In: Pro Design Patterns in Swift. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-0394-1_11

Download citation

Publish with us

Policies and ethics