| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ConfigurableBuilder<O,H extends ConfigurableBuilder<O,H>> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractBuilder<O> |
class |
AbstractConfiguredBuilder<O,B extends ConfigurableBuilder<O,B>>
A base
Builder that allows Configurer to be applied to
it. |
Copyright © 2021. All rights reserved.