| Modifier and Type | Class and Description |
|---|---|
static class |
Containers.Builder<T extends Container>
Builder implementation to build target instances of
Container. |
static class |
Containers.Charger<T extends Container>
Charger implementation to charge target instances of
Container. |
static interface |
Containers.Setup<T extends Container,S extends Containers.Setup<T,S>>
Utility interface to set up a target instance of
Container. |
| Modifier and Type | Method and Description |
|---|---|
static Containers.Builder<Container> |
builder()
Returns a new
Containers.Builder for target instances of type Container. |
static <T extends Container> |
builder(Supplier<T> newTarget)
Returns a new
Containers.Builder for target instances as supplied by the given Supplier. |
static <T extends Container> |
charger(T target)
Returns a new
Containers.Charger for a given target instance. |
public static Containers.Builder<Container> builder()
Containers.Builder for target instances of type Container.public static <T extends Container> Containers.Builder<T> builder(Supplier<T> newTarget)
Containers.Builder for target instances as supplied by the given Supplier.T - The final type of the target instances, at least Container.public static <T extends Container> Containers.Charger<T> charger(T target)
Containers.Charger for a given target instance.T - The final type of the target instance, at least Container.Copyright © 2025 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.