| Class and Description |
|---|
| BuilderBase
Base class of a generic class hierarchy that has a type parameter intended to represent the effective type of
concrete implementation.
|
| Charger
Serves as a base class for builder-like charger implementations
<C> 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 actual 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 core data model <C> that holds the actual values for the final result. |
| ProtoBuilder.Lifecycle
Abstracts a lifecycle controller for a
ProtoBuilder implementation. |
| Setup
Defines a generic interface for a uniform, basic implementation of a typical builder pattern.
|
Copyright © 2024 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.