| Package | Description |
|---|---|
| net.obvj.confectory |
The main package.
|
| net.obvj.confectory.settings |
Classes for settings that are particularly related to the Confectory project.
|
| Modifier and Type | Method and Description |
|---|---|
DataFetchStrategy |
ConfigurationContainer.getDataFetchStrategy()
Returns the
DataFetchStrategy associated with this container. |
static DataFetchStrategy |
DataFetchStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFetchStrategy[] |
DataFetchStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationContainer.setDataFetchStrategy(DataFetchStrategy strategy)
Defines a custom
DataFetchStrategy for this container. |
| Constructor and Description |
|---|
ConfigurationContainer(DataFetchStrategy dataFetchStrategy,
Configuration<?>... configs)
Builds a new
ConfigurationContainer with a custom DataFetchStrategy and
an arbitrary number of preset Configuration objects. |
| Modifier and Type | Method and Description |
|---|---|
DataFetchStrategy |
ConfectorySettings.getDefaultDataFetchStrategy()
Returns the
DataFetchStrategy to be applied by default when no specific
strategy is defined. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfectorySettings.setDefaultDataFetchStrategy(DataFetchStrategy strategy)
Defines the
DataFetchStrategy to be applied by default when no specific
strategy is defined. |
Copyright © 2021. All rights reserved.