| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutionFactoryBuilder<SELF extends ExecutionFactoryBuilder> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedExecutionFactoryBuilder |
class |
DefaultExecutionFactoryBuilder<SELF extends DefaultExecutionFactoryBuilder>
Parent class of the
InstanceExecutionFactoryBuilder and StaticExecutionFactoryBuilder classes. |
class |
InstanceExecutionFactoryBuilder<INSTANCE>
DefaultExecutionFactoryBuilder in charge of executing instance methods.
|
class |
StaticExecutionFactoryBuilder
DefaultExecutionFactoryBuilder in charge of executing static methods and constructors.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InstanceRunnableBuilderFactory<INSTANCE,SELF extends InstanceRunnableBuilderFactory> |
interface |
RunnableBuilderFactory<SELF extends RunnableBuilderFactory> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InstanceSupplierBuilderFactory<INSTANCE,SELF extends InstanceSupplierBuilderFactory> |
interface |
SupplierBuilderFactory<SELF extends SupplierBuilderFactory> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChainedSupplierBuilderFactory<SELF extends ChainedSupplierBuilderFactory> |
Copyright © 2019. All rights reserved.