| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigurer<O,B extends Builder<O>>
A base class for
Configurer that allows subclasses to only implement
the methods they are interested in. |
interface |
Configurer<O,B extends Builder<O>>
Allows for configuring a
Builder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableBuilder<O,H extends ConfigurableBuilder<O,H>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBuilder<O> |
class |
AbstractConfiguredBuilder<O,B extends ConfigurableBuilder<O,B>>
A base
Builder that allows Configurer to be applied to
it. |
Copyright © 2022. All rights reserved.