See: Description
| Interface | Description |
|---|---|
| Setup<C,B> |
Defines a generic interface for a uniform, basic implementation of a typical builder pattern.
|
| Class | Description |
|---|---|
| BuilderBase<B extends BuilderBase<B>> |
Base class of a generic class hierarchy that has a type parameter intended to represent the effective type of a
concrete implementation.
|
| Charger<T,B extends Charger<T,B>> |
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<T,B extends LateBuilder<T,B>> |
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<T,B extends ProtoBuilder<T,B>> |
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>. |
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.