| Package | Description |
|---|---|
| net.obvj.confectory |
The main package.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBuilder<T> |
ConfigurationBuilder.bean(T bean)
[Optional] Defines a preset bean for the new
Configuration. |
static <T> ConfigurationBuilder<T> |
Configuration.builder()
Creates a new configuration builder.
|
ConfigurationBuilder<T> |
ConfigurationBuilder.eager()
Marks the new
Configuration as eager. |
ConfigurationBuilder<T> |
ConfigurationBuilder.lazy()
Marks the new
Configuration as lazy. |
ConfigurationBuilder<T> |
ConfigurationBuilder.mapper(Mapper<T> mapper)
Defines the
Mapper of the new Configuration. |
ConfigurationBuilder<T> |
ConfigurationBuilder.namespace(String namespace)
Declares a namespace to be assigned to the new
Configuration object. |
ConfigurationBuilder<T> |
ConfigurationBuilder.optional()
Marks the new
Configuration as optional. |
ConfigurationBuilder<T> |
ConfigurationBuilder.precedence(int precedence)
Defines the level of precedence of the new
Configuration compared to similar
objects in the same namespace. |
ConfigurationBuilder<T> |
ConfigurationBuilder.required()
Marks the new
Configuration as required (default). |
ConfigurationBuilder<T> |
ConfigurationBuilder.source(Source<T> source)
Defines the
Source of the new Configuration. |
ConfigurationBuilder<T> |
ConfigurationBuilder.source(String path)
Defines a
DynamicSource with the specified path for the new
Configuration. |
Copyright © 2023. All rights reserved.