| Class and Description |
|---|
| BuilderBase
Base class of a generic class hierarchy that has a type parameter intended to represent the effective type of a
concrete implementation.
|
| Charger
Serves as a base class for builder-like implementations
<B> and as such provides a model that separates
basic builder concepts from the actual target data model <T>. |
| LateBuilder
Serves as a base class for builder implementations
<B> and as such provides a model that separates basic
builder concepts from the target data model <T>. |
| ProtoBuilder
Serves as a base class for builder implementations
<B> and as such provides a model that separates basic
builder concepts from the actual target data model <T>. |
| Setup
Defines a generic interface for a uniform, basic implementation of a typical builder pattern.
|
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.